Home
last modified time | relevance | path

Searched refs:getGlobalPrefix (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMangler.cpp64 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/
DMangler.cpp64 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/
DMangler.cpp61 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/
DDeclTest.cpp78 assert(Ctx.getTargetInfo().getDataLayout().getGlobalPrefix() && in TEST()
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
DLLJITWithGDBRegistrationListener.cpp90 J->getDataLayout().getGlobalPrefix(), in main()
/external/llvm-project/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h59 DL.getGlobalPrefix())));
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h59 DL.getGlobalPrefix())));
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h66 DL.getGlobalPrefix())));
/external/llvm-project/mlir/lib/ExecutionEngine/
DExecutionEngine.cpp268 libPath.data(), dataLayout.getGlobalPrefix()); in create()
313 dataLayout.getGlobalPrefix()))); in create()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h79 DL.getGlobalPrefix())));
/external/llvm-project/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp68 DL->getGlobalPrefix()); in Create()
/external/llvm-project/clang/examples/clang-interpreter/
Dmain.cpp93 DL.getGlobalPrefix()); in Create()
/external/clang/lib/AST/
DMangle.cpp130 getASTContext().getTargetInfo().getDataLayout().getGlobalPrefix(); in mangleName()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h164 DL.getGlobalPrefix())));
/external/llvm/include/llvm/IR/
DDataLayout.h264 char getGlobalPrefix() const { in getGlobalPrefix() function
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h317 char getGlobalPrefix() const { in getGlobalPrefix() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h306 char getGlobalPrefix() const { in getGlobalPrefix() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc184 if (name.size() > 1 && name.front() == data_layout_.getGlobalPrefix()) { in ResolveRuntimeSymbol()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DOrcV2CBindings.cpp461 return unwrap(J)->getDataLayout().getGlobalPrefix(); in LLVMOrcLLJITGetGlobalPrefix()
/external/llvm-project/clang/lib/AST/
DMangle.cpp155 getASTContext().getTargetInfo().getDataLayout().getGlobalPrefix(); in mangleName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp292 if (DemangledName[0] == getDataLayout().getGlobalPrefix()) in findModuleForSymbol()
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp298 if (DemangledName[0] == getDataLayout().getGlobalPrefix()) in findModuleForSymbol()
/external/llvm-project/llvm/tools/lli/
Dlli.cpp914 J->getDataLayout().getGlobalPrefix(), in runOrcLazyJIT()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1084 if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix()) in emitLinkerFlagsForGlobal()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp829 char UserLabelPrefix[2] = {TI.getDataLayout().getGlobalPrefix(), 0}; in InitializePredefinedMacros()

12