Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h149 ST_File, enumerator
H A DELFObjectFile.h556 return SymbolRef::ST_File; in getSymbolType()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp292 SymType != object::SymbolRef::ST_File) { in loadObjectImpl()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2050 char Debug = (Type == SymbolRef::ST_Debug || Type == SymbolRef::ST_File) in printSymbolTable()
2053 if (Type == SymbolRef::ST_File) in printSymbolTable()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp201 return SymbolRef::ST_File; in getSymbolType()