Searched refs:SymType (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp172 object::SymbolRef::Type SymType = I->getType(); local
187 SymType != object::SymbolRef::ST_File) {
193 DEBUG(dbgs() << "\tType: " << SymType << " (absolute) Name: " << Name
199 } else if (SymType == object::SymbolRef::ST_Function ||
200 SymType == object::SymbolRef::ST_Data ||
201 SymType == object::SymbolRef::ST_Unknown ||
202 SymType == object::SymbolRef::ST_Other) {
215 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name
H A DRuntimeDyldELF.cpp1187 SymbolRef::Type SymType = SymbolRef::ST_Unknown; local
1193 SymType = Symbol->getType();
1201 switch (SymType) {
1451 if (SymType != SymbolRef::ST_Unknown) {
1477 if (SymType == SymbolRef::ST_Unknown || RangeOverflow) {
1533 if (SymType == SymbolRef::ST_Unknown) {

Completed in 111 milliseconds