Home
last modified time | relevance | path

Searched defs:TypeInfos (Results 1 – 9 of 9) 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/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp96 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
DEHStreamer.cpp383 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local
808 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
/external/clang/lib/Driver/
DTypes.cpp26 static const TypeInfo TypeInfos[] = { variable
/external/llvm-project/clang/lib/Driver/
DTypes.cpp39 static constexpr TypeInfo TypeInfos[] = { variable
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h144 std::vector<const GlobalValue *> TypeInfos; variable