Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h167 ST_Unknown, // Type not specified enumerator
HDELFObjectFile.h592 return SymbolRef::ST_Unknown; in getSymbolType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp1133 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef()
1183 case SymbolRef::ST_Unknown: { in processRelocationRef()
1456 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef()
HDRuntimeDyld.cpp307 SymType == object::SymbolRef::ST_Unknown || in loadObjectImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp196 return SymbolRef::ST_Unknown; in getSymbolType()
HDMachOObjectFile.cpp1830 return SymbolRef::ST_Unknown; in getSymbolType()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp1859 if (Type != SymbolRef::ST_Unknown) in printSymbolTable()