Home
last modified time | relevance | path

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

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