Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h31 Error emitDebugStr(raw_ostream &OS, const Data &DI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h528 void emitDebugStr();
H A DDwarfDebug.cpp1478 emitDebugStr(); in endModule()
2535 void DwarfDebug::emitDebugStr() { in emitDebugStr() function in DwarfDebug
/openbsd-src/gnu/llvm/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()