Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h32 Error emitDebugStr(raw_ostream &OS, const Data &DI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h527 void emitDebugStr();
H A DDwarfDebug.cpp1458 emitDebugStr(); in endModule()
2477 void DwarfDebug::emitDebugStr() { in emitDebugStr() function in DwarfDebug
/freebsd-13.1/contrib/llvm-project/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()