Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp61 if (*SymType == object::SymbolRef::ST_File) in getMachOObjectFileSymbolInfo()
118 if (*SymType == object::SymbolRef::ST_File) in getELFObjectFileSymbolInfo()
195 if (*SymType == object::SymbolRef::ST_File) in getCOFFObjectFileSymbolInfo()
254 if (*SymType == object::SymbolRef::ST_File) in getGenericObjectFileSymbolInfo()
H A DRTDyldObjectLinkingLayer.cpp116 if (*SymType == object::SymbolRef::ST_File) in emit()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h176 ST_File, enumerator
H A DELFObjectFile.h684 return SymbolRef::ST_File; in getSymbolType()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp298 SymType != object::SymbolRef::ST_File) { in loadObjectImpl()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp306 return SymbolRef::ST_File; in getSymbolType()
H A DCOFFObjectFile.cpp198 return SymbolRef::ST_File; in getSymbolType()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2461 else if (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File) in printSymbol()
2465 if (Type == SymbolRef::ST_File) in printSymbol()
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp660 if (*SymType == object::SymbolRef::ST_File) in getTestObjectFileInterface()
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp966 if (SymType == SymbolRef::ST_File) in getSymbolNMTypeChar()