Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp112 if (*SymType == object::SymbolRef::ST_File) in getObjectSymbolInfo()
H A DRTDyldObjectLinkingLayer.cpp115 if (*SymType == object::SymbolRef::ST_File) in emit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h175 ST_File, enumerator
H A DELFObjectFile.h668 return SymbolRef::ST_File; in getSymbolType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp298 SymType != object::SymbolRef::ST_File) { in loadObjectImpl()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2010 else if (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File) in printSymbol()
2014 if (Type == SymbolRef::ST_File) in printSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp198 return SymbolRef::ST_File; in getSymbolType()