Home
last modified time | relevance | path

Searched defs:TypeInfos (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp102 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
DEHStreamer.cpp339 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitExceptionTable() local
652 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp96 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
DEHStreamer.cpp351 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local
615 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
/external/clang/lib/Driver/
DTypes.cpp26 static const TypeInfo TypeInfos[] = { variable
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h144 std::vector<const GlobalValue *> TypeInfos; variable