/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Mangler.cpp | 64 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() 76 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() 135 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() 199 if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix()) in emitLinkerFlagsForGlobalCOFF()
|
/external/llvm-project/llvm/lib/IR/ |
D | Mangler.cpp | 64 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() 76 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() 138 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() 225 if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix()) in emitLinkerFlagsForGlobalCOFF()
|
/external/llvm/lib/IR/ |
D | Mangler.cpp | 61 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() 73 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() 132 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix()
|
/external/llvm-project/clang/unittests/AST/ |
D | DeclTest.cpp | 78 assert(Ctx.getTargetInfo().getDataLayout().getGlobalPrefix() && in TEST()
|
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
D | LLJITWithGDBRegistrationListener.cpp | 90 J->getDataLayout().getGlobalPrefix(), in main()
|
/external/llvm-project/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 59 DL.getGlobalPrefix())));
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 59 DL.getGlobalPrefix())));
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 66 DL.getGlobalPrefix())));
|
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 268 libPath.data(), dataLayout.getGlobalPrefix()); in create() 313 dataLayout.getGlobalPrefix()))); in create()
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 79 DL.getGlobalPrefix())));
|
/external/llvm-project/llvm/examples/SpeculativeJIT/ |
D | SpeculativeJIT.cpp | 68 DL->getGlobalPrefix()); in Create()
|
/external/llvm-project/clang/examples/clang-interpreter/ |
D | main.cpp | 93 DL.getGlobalPrefix()); in Create()
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 130 getASTContext().getTargetInfo().getDataLayout().getGlobalPrefix(); in mangleName()
|
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 164 DL.getGlobalPrefix())));
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 264 char getGlobalPrefix() const { in getGlobalPrefix() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 317 char getGlobalPrefix() const { in getGlobalPrefix() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 306 char getGlobalPrefix() const { in getGlobalPrefix() function
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 184 if (name.size() > 1 && name.front() == data_layout_.getGlobalPrefix()) { in ResolveRuntimeSymbol()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | OrcV2CBindings.cpp | 461 return unwrap(J)->getDataLayout().getGlobalPrefix(); in LLVMOrcLLJITGetGlobalPrefix()
|
/external/llvm-project/clang/lib/AST/ |
D | Mangle.cpp | 155 getASTContext().getTargetInfo().getDataLayout().getGlobalPrefix(); in mangleName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 292 if (DemangledName[0] == getDataLayout().getGlobalPrefix()) in findModuleForSymbol()
|
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 298 if (DemangledName[0] == getDataLayout().getGlobalPrefix()) in findModuleForSymbol()
|
/external/llvm-project/llvm/tools/lli/ |
D | lli.cpp | 914 J->getDataLayout().getGlobalPrefix(), in runOrcLazyJIT()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 1084 if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix()) in emitLinkerFlagsForGlobal()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 829 char UserLabelPrefix[2] = {TI.getDataLayout().getGlobalPrefix(), 0}; in InitializePredefinedMacros()
|