Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h31 Error emitDebugStr(raw_ostream &OS, const Data &DI);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h526 void emitDebugStr();
H A DDwarfDebug.cpp1452 emitDebugStr(); in endModule()
2499 void DwarfDebug::emitDebugStr() { in emitDebugStr() function in DwarfDebug
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp87 Error DWARFYAML::emitDebugStr(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugStr() function in DWARFYAML
1024 .Case("debug_str", DWARFYAML::emitDebugStr) in getDWARFEmitterByName()