Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFEmitter.h32 Error emitDebugStr(raw_ostream &OS, const Data &DI);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h377 void emitDebugStr();
DDwarfDebug.cpp622 emitDebugStr(); in endModule()
1382 void DwarfDebug::emitDebugStr() { in emitDebugStr() function in DwarfDebug
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h498 void emitDebugStr();
DDwarfDebug.cpp1224 emitDebugStr(); in endModule()
2165 void DwarfDebug::emitDebugStr() { in emitDebugStr() function in DwarfDebug
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h513 void emitDebugStr();
DDwarfDebug.cpp1433 emitDebugStr(); in endModule()
2391 void DwarfDebug::emitDebugStr() { in emitDebugStr() function in DwarfDebug
/external/llvm-project/llvm/lib/ObjectYAML/
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()