Home
last modified time | relevance | path

Searched refs:ST_Unknown (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp41 SymbolRef::Type Type = SymbolRef::ST_Unknown; in getType()
H A DGOFFObjectFile.cpp329 return SymbolRef::ST_Unknown; in getSymbolType()
H A DCOFFObjectFile.cpp193 return SymbolRef::ST_Unknown; in getSymbolType()
H A DMachOObjectFile.cpp1852 return SymbolRef::ST_Unknown; in getSymbolType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h173 ST_Unknown, // Type not specified enumerator
H A DELFObjectFile.h733 return SymbolRef::ST_Unknown; in getSymbolType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1249 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef()
1298 case SymbolRef::ST_Unknown: { in processRelocationRef()
1572 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef()
H A DRuntimeDyld.cpp319 SymType == object::SymbolRef::ST_Unknown || in loadObjectImpl()