Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp39 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug
53 StringRef CodeViewDebug::getFullFilepath(const DIFile *File) { in getFullFilepath()
105 unsigned CodeViewDebug::maybeRecordFile(const DIFile *F) { in maybeRecordFile()
117 CodeViewDebug::InlineSite &
118 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()
180 struct CodeViewDebug::TypeLoweringScope {
181 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope()
189 CodeViewDebug &CVD;
197 TypeIndex CodeViewDebug::getScopeIndex(const DIScope *Scope) { in getScopeIndex()
216 TypeIndex CodeViewDebug::getFuncIdForSubprogram(const DISubprogram *SP) { in getFuncIdForSubprogram()
[all …]
DCMakeLists.txt24 CodeViewDebug.cpp
DCodeViewDebug.h37 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {
289 CodeViewDebug(AsmPrinter *Asm);
DAsmPrinter.cpp254 Handlers.push_back(HandlerInfo(new CodeViewDebug(this), in doInitialization()
/external/llvm/docs/
DSourceLevelDebugging.rst67 CodeViewDebug. DwarfDebug produces DWARF sutable for use with GDB, LLDB, and
68 other DWARF-based debuggers. :ref:`CodeViewDebug <codeview>` produces CodeView,