Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp111 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
H A DEHStreamer.cpp332 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitExceptionTable() local
652 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTypes.cpp26 static const TypeInfo TypeInfos[] = { variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h130 std::vector<const GlobalValue *> TypeInfos; variable