Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp313 void writeSymbolEntryForDwarfSection(const XCOFFSection &DwarfSectionRef,
858 const XCOFFSection &DwarfSectionRef, int16_t SectionIndex) { in writeSymbolEntryForDwarfSection() argument
859 assert(DwarfSectionRef.MCSec->isDwarfSect() && "Not a DWARF section!"); in writeSymbolEntryForDwarfSection()
861 writeSymbolEntry(DwarfSectionRef.getSymbolTableName(), /*Value=*/0, in writeSymbolEntryForDwarfSection()
864 writeSymbolAuxDwarfEntry(DwarfSectionRef.Size); in writeSymbolEntryForDwarfSection()