Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp67 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl()
79 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix()
146 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix()
231 if (Flag[0] == GV->getDataLayout().getGlobalPrefix()) in emitLinkerFlagsForGlobalCOFF()
270 if (Flag[0] == GV->getDataLayout().getGlobalPrefix()) in emitLinkerFlagsForGlobalCOFF()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h316 char getGlobalPrefix() const { in getGlobalPrefix() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp165 .getGlobalPrefix(); in mangleName()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp298 if (DemangledName[0] == getDataLayout().getGlobalPrefix()) in findModuleForSymbol()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp545 name, DL.getGlobalPrefix())) in LoadDynamicLibrary()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp309 (m_execution_engine_up->getDataLayout().getGlobalPrefix() == '_'); in GetRunnableInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp958 return unwrap(J)->getDataLayout().getGlobalPrefix(); in LLVMOrcLLJITGetGlobalPrefix()