Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h39 void EmitDebugLine(raw_ostream &OS, const Data &DI);
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp213 void DWARFYAML::EmitDebugLine(raw_ostream &OS, const DWARFYAML::Data &DI) { in EmitDebugLine() function in DWARFYAML
370 EmitDebugSectionImpl(DI, &DWARFYAML::EmitDebugLine, "debug_line", in EmitDebugSections()