Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp90 SymbolRef::Type SymType; in NotifyObjectEmitted() local
91 if (I->getType(SymType)) continue; in NotifyObjectEmitted()
92 if (SymType == SymbolRef::ST_Function) { in NotifyObjectEmitted()
128 SymbolRef::Type SymType; in NotifyFreeingObject() local
129 if (I->getType(SymType)) continue; in NotifyFreeingObject()
130 if (SymType == SymbolRef::ST_Function) { in NotifyFreeingObject()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp116 SymbolRef::Type SymType; in NotifyObjectEmitted() local
117 if (I->getType(SymType)) continue; in NotifyObjectEmitted()
118 if (SymType == SymbolRef::ST_Function) { in NotifyObjectEmitted()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp177 object::SymbolRef::Type SymType; in loadObjectImpl() local
178 Check(I->getType(SymType)); in loadObjectImpl()
180 if (SymType == object::SymbolRef::ST_Function || in loadObjectImpl()
181 SymType == object::SymbolRef::ST_Data || in loadObjectImpl()
182 SymType == object::SymbolRef::ST_Unknown) { in loadObjectImpl()
197 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name in loadObjectImpl()
DRuntimeDyldELF.cpp910 SymbolRef::Type SymType = SymbolRef::ST_Unknown; in processRelocationRef() local
916 Symbol->getType(SymType); in processRelocationRef()
924 switch (SymType) { in processRelocationRef()
1095 if (SymType != SymbolRef::ST_Unknown) { in processRelocationRef()
1121 if (SymType == SymbolRef::ST_Unknown || RangeOverflow) { in processRelocationRef()
1174 if (SymType == SymbolRef::ST_Unknown) { in processRelocationRef()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp236 object::SymbolRef::Type SymType; in printLineInfoForInput() local
237 if (I->getType(SymType)) continue; in printLineInfoForInput()
238 if (SymType == object::SymbolRef::ST_Function) { in printLineInfoForInput()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp90 MockRawSymbol(PDB_SymType SymType) in MockRawSymbol() argument
91 : Type(SymType) {} in MockRawSymbol()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h391 SYM_TYPE SymType; member
415 SYM_TYPE SymType; member
445 SYM_TYPE SymType; member
458 SYM_TYPE SymType; member