HomeSort by relevance Sort by last modified time
    Searched refs:SymType (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 52 template <typename SymType>
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 213 object::SymbolRef::Type SymType;
215 SymType = *SymTypeOrErr;
234 SymType != object::SymbolRef::ST_File) {
243 DEBUG(dbgs() << "\tType: " << SymType << " (absolute) Name: " << Name
249 } else if (SymType == object::SymbolRef::ST_Function ||
250 SymType == object::SymbolRef::ST_Data ||
251 SymType == object::SymbolRef::ST_Unknown ||
252 SymType == object::SymbolRef::ST_Other) {
276 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name
    [all...]
RuntimeDyldELF.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 122 SymbolRef::Type SymType = *SymTypeOrErr;
123 if (SymType != SymbolRef::ST_Function)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 125 SymbolRef::Type SymType = *SymTypeOrErr;
126 if (SymType != SymbolRef::ST_Function)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 238 object::SymbolRef::Type SymType;
240 SymType = *SymTypeOrErr;
286 SymType != object::SymbolRef::ST_File) {
295 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " (absolute) Name: " << Name
300 } else if (SymType == object::SymbolRef::ST_Function ||
301 SymType == object::SymbolRef::ST_Data ||
302 SymType == object::SymbolRef::ST_Unknown ||
303 SymType == object::SymbolRef::ST_Other) {
327 LLVM_DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name
    [all...]
RuntimeDyldELF.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/
PerfJITEventListener.cpp 253 SymbolRef::Type SymType = *SymTypeOrErr;
254 if (SymType != SymbolRef::ST_Function)
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 127 MockRawSymbol(PDB_SymType SymType)
128 : Type(SymType) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
MachODebugMapParser.cpp 518 uint8_t SymType =
520 if (!(SymType & (MachO::N_EXT | MachO::N_PEXT)))
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 166 MockRawSymbol(PDB_SymType SymType)
167 : Type(SymType) {}
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 391 SYM_TYPE SymType;
415 SYM_TYPE SymType;
445 SYM_TYPE SymType;
458 SYM_TYPE SymType;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 353 unsigned SymType = getGlobalELFType(GV);
357 : ELFSym::getGV(GV, SymBind, SymType, getGlobalELFVisibility(GV));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 988 INT8 SymType;
1040 SymType = SYM_OVERWRITE | SYM_GLOBAL;
1043 SymType = SYM_OVERWRITE | SYM_LOCAL;
1054 // as globals per the SymType set above.
1056 Len = AddSymbol (End, NULL, SymType);
    [all...]

Completed in 912 milliseconds