Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DXCOFFObjectWriter.cpp430 const Symbol &SymbolRef, const ControlSection &CSectionRef, in writeSymbolTableEntryForCsectMemberLabel() argument
434 assert(SymbolOffset <= UINT32_MAX - CSectionRef.Address && in writeSymbolTableEntryForCsectMemberLabel()
436 W.write<uint32_t>(CSectionRef.Address + SymbolOffset); in writeSymbolTableEntryForCsectMemberLabel()
451 W.write<uint32_t>(CSectionRef.SymbolTableIndex); in writeSymbolTableEntryForCsectMemberLabel()
459 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForCsectMemberLabel()
467 const ControlSection &CSectionRef, int16_t SectionIndex, in writeSymbolTableEntryForControlSection() argument
470 writeSymbolName(CSectionRef.getName()); in writeSymbolTableEntryForControlSection()
472 W.write<uint32_t>(CSectionRef.Address); in writeSymbolTableEntryForControlSection()
489 W.write<uint32_t>(CSectionRef.Size); in writeSymbolTableEntryForControlSection()
495 W.write<uint8_t>(getEncodedType(CSectionRef.MCCsect)); in writeSymbolTableEntryForControlSection()
[all …]