Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.cpp68 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h336 static const char *getManglingComponent(const Triple &T);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp114 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp136 Ret += DataLayout::getManglingComponent(T); in getDataLayoutString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetMachine.cpp144 Ret += DataLayout::getManglingComponent(TT); in computeDataLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp151 const char *DataLayout::getManglingComponent(const Triple &T) { in getManglingComponent() function in DataLayout