Home
last modified time | relevance | path

Searched refs:getManglingComponent (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp60 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h352 static const char *getManglingComponent(const Triple &T);
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp130 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp163 Ret += DataLayout::getManglingComponent(T); in getDataLayoutString()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp156 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/src/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp169 const char *DataLayout::getManglingComponent(const Triple &T) { in getManglingComponent() function in DataLayout