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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 90 object::SymbolRef::Type SymType;
92 Check(i->getType(SymType));
106 if (SymType == object::SymbolRef::ST_Function ||
107 SymType == object::SymbolRef::ST_Data) {
121 SymType == object::SymbolRef::ST_Function,
133 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name << "\n");
RuntimeDyldELF.cpp 362 SymbolRef::Type SymType;
363 Symbol.getType(SymType);
364 switch (SymType) {

Completed in 21 milliseconds