Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp74 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h348 static const char *getManglingComponent(const Triple &T);
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp111 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp144 Ret += DataLayout::getManglingComponent(T); in getDataLayoutString()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp148 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp153 const char *DataLayout::getManglingComponent(const Triple &T) { in getManglingComponent() function in DataLayout