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

  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 97 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos();
DwarfException.cpp 348 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos();
680 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos();
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 377 /// getTypeInfos - Return a reference to the C++ typeinfo for the current
379 const std::vector<const GlobalVariable *> &getTypeInfos() const {
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 205 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos();

Completed in 24 milliseconds