Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp542 void BTFDebug::emitCommonHeader() { in emitCommonHeader() function in BTFDebug
554 emitCommonHeader(); in emitBTFSection()
586 emitCommonHeader(); in emitBTFExtSection()
H A DBTFDebug.h239 void emitCommonHeader();
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h321 void emitCommonHeader(bool UseOffsets, dwarf::UnitType UT);
H A DDwarfUnit.cpp1553 void DwarfUnit::emitCommonHeader(bool UseOffsets, dwarf::UnitType UT) { in emitCommonHeader() function in DwarfUnit
1595 DwarfUnit::emitCommonHeader(UseOffsets, in emitHeader()
H A DDwarfCompileUnit.cpp946 DwarfUnit::emitCommonHeader(UseOffsets, UT); in emitHeader()