Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h306 char getGlobalPrefix() const { in getGlobalPrefix() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp292 if (DemangledName[0] == getDataLayout().getGlobalPrefix()) in findModuleForSymbol()