Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h52 template <typename SymType>
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage, in writeOneSymbol()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp245 object::SymbolRef::Type SymType; in loadObjectImpl() local
247 SymType = *SymTypeOrErr; in loadObjectImpl()
292 SymType != object::SymbolRef::ST_File) { in loadObjectImpl()
301 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " (absolute) Name: " << Name in loadObjectImpl()
306 } else if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
307 SymType == object::SymbolRef::ST_Data || in loadObjectImpl()
308 SymType == object::SymbolRef::ST_Unknown || in loadObjectImpl()
309 SymType == object::SymbolRef::ST_Other) { in loadObjectImpl()
333 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name in loadObjectImpl()
H A DRuntimeDyldELF.cpp1123 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef() local
1137 SymType = *SymTypeOrErr; in processRelocationRef()
1145 switch (SymType) { in processRelocationRef()
1446 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp125 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
126 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp254 SymbolRef::Type SymType = *SymTypeOrErr; in notifyObjectLoaded() local
255 if (SymType != SymbolRef::ST_Function) in notifyObjectLoaded()