Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h40 Error emitDebugInfo(raw_ostream &OS, const Data &DI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h491 void emitDebugInfo();
H A DDwarfDebug.cpp1442 emitDebugInfo(); in endModule()
2271 void DwarfDebug::emitDebugInfo() { in emitDebugInfo() function in DwarfDebug
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp406 Error DWARFYAML::emitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugInfo() function in DWARFYAML
1017 .Case("debug_info", DWARFYAML::emitDebugInfo) in getDWARFEmitterByName()