Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A 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
H A DARMException.cpp96 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A 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
H A DARMException.cpp102 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp383 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local
812 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
H A DARMException.cpp93 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local
/aosp_15_r20/external/clang/lib/Driver/
H A DTypes.cpp26 static const TypeInfo TypeInfos[] = { variable
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h144 std::vector<const GlobalValue *> TypeInfos; variable