Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h31 Error emitDebugStr(raw_ostream &OS, const Data &DI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp88 Error DWARFYAML::emitDebugStr(raw_ostream &OS, const DWARFYAML::Data &DI) { in emitDebugStr() function in DWARFYAML
1025 .Case("debug_str", DWARFYAML::emitDebugStr) in getDWARFEmitterByName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h600 void emitDebugStr();
H A DDwarfDebug.cpp1466 emitDebugStr(); in endModule()
2580 void DwarfDebug::emitDebugStr() { in emitDebugStr() function in DwarfDebug