Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h32 LLVM_ABI Error emitDebugStr(raw_ostream &OS, const Data &DI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h609 void emitDebugStr();
H A DDwarfDebug.cpp1476 emitDebugStr(); in endModule()
3019 void DwarfDebug::emitDebugStr() { in emitDebugStr() function in DwarfDebug
/freebsd/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
1239 .Case("debug_str", DWARFYAML::emitDebugStr) in getDWARFEmitterByName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc15811 {"_ZN4llvm10DwarfDebug12emitDebugStrEv", "llvm::DwarfDebug::emitDebugStr()"},