Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp372 void writeSymbolEntryForDwarfSection(const XCOFFSection &DwarfSectionRef,
935 const XCOFFSection &DwarfSectionRef, int16_t SectionIndex) { in writeSymbolEntryForDwarfSection() argument
936 assert(DwarfSectionRef.MCSec->isDwarfSect() && "Not a DWARF section!"); in writeSymbolEntryForDwarfSection()
938 writeSymbolEntry(DwarfSectionRef.getSymbolTableName(), /*Value=*/0, in writeSymbolEntryForDwarfSection()
941 writeSymbolAuxDwarfEntry(DwarfSectionRef.Size); in writeSymbolEntryForDwarfSection()