Home
last modified time | relevance | path

Searched defs:ThrownTypes (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp759 DITypeArray ThrownTypes) { in createFunction()
778 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl()
793 DITypeArray ThrownTypes) { in createMethod()
DDebugInfoMetadata.cpp636 Metadata *ThrownTypes, StorageType Storage, bool ShouldCreate) { in getImpl()
DVerifier.cpp1145 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
/external/llvm-project/llvm/lib/IR/
DDIBuilder.cpp803 DITypeArray ThrownTypes) { in createFunction()
822 DITypeArray ThrownTypes) { in createTempFunctionFwdDecl()
837 DITypeArray ThrownTypes) { in createMethod()
DDebugInfoMetadata.cpp850 Metadata *ThrownTypes, StorageType Storage, bool ShouldCreate) { in getImpl()
DVerifier.cpp1227 auto *ThrownTypes = dyn_cast<MDTuple>(RawThrownTypes); in visitDISubprogram() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp612 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp510 void DwarfUnit::addThrownTypes(DIE &Die, DINodeArray ThrownTypes) { in addThrownTypes()
/external/llvm-project/llvm/unittests/IR/
DMetadataTest.cpp2218 MDTuple *ThrownTypes = getTuple(); in TEST_F() local