Home
last modified time | relevance | path

Searched refs:TypeDescriptor (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionMachO.cpp223 auto TypeDescriptor = std::find_if( in ParseSectionSpecifier() local
230 if (TypeDescriptor == std::end(SectionTypeDescriptors)) in ParseSectionSpecifier()
234 TAA = TypeDescriptor - std::begin(SectionTypeDescriptors); in ParseSectionSpecifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h68 GlobalVariable *TypeDescriptor; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp152 HT.TypeDescriptor = nullptr; in addTryBlockMapEntry()
154 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts()); in addTryBlockMapEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp853 OS.EmitValue(create32bitRef(HT.TypeDescriptor), 4); in emitCXXFrameHandler3Table()