Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h221 MCSection *getMCSection(DebugSectionKind SecKind);
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp232 if (MCSection *Section = getMCSection(SecKind)) { in emitSectionContents()
239 MCSection *DwarfStreamer::getMCSection(DebugSectionKind SecKind) { in getMCSection() function in DwarfStreamer