Searched refs:CodeViewDebug (Results 1 – 7 of 7) sorted by relevance
139 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug142 StringRef CodeViewDebug::getFullFilepath(const DIFile *File) { in getFullFilepath()206 unsigned CodeViewDebug::maybeRecordFile(const DIFile *F) { in maybeRecordFile()240 CodeViewDebug::InlineSite &241 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()281 const DISubprogram *CodeViewDebug::collectParentScopeNames( in collectParentScopeNames()314 struct CodeViewDebug::TypeLoweringScope {315 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope()323 CodeViewDebug &CVD;326 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, in getFullyQualifiedName()[all …]
27 CodeViewDebug.cpp
52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {466 CodeViewDebug(AsmPrinter *AP);
332 Handlers.emplace_back(std::make_unique<CodeViewDebug>(this), in doInitialization()
16 CodeViewDebug.cpp \
25 "CodeViewDebug.cpp",
67 CodeViewDebug. DwarfDebug produces DWARF suitable for use with GDB, LLDB, and68 other DWARF-based debuggers. :ref:`CodeViewDebug <codeview>` produces CodeView,