Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDTapiFile.cpp41 SymbolRef::Type Type = SymbolRef::ST_Unknown; in getType()
HDGOFFObjectFile.cpp329 return SymbolRef::ST_Unknown; in getSymbolType()
HDCOFFObjectFile.cpp193 return SymbolRef::ST_Unknown; in getSymbolType()
HDMachOObjectFile.cpp1852 return SymbolRef::ST_Unknown; in getSymbolType()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h173 ST_Unknown, // Type not specified enumerator
HDELFObjectFile.h733 return SymbolRef::ST_Unknown; in getSymbolType()
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.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()
HDRuntimeDyld.cpp319 SymType == object::SymbolRef::ST_Unknown || in loadObjectImpl()