Searched refs:CodeViewDebug (Results 1 – 5 of 5) sorted by relevance
39 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug53 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 …]
24 CodeViewDebug.cpp
37 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {289 CodeViewDebug(AsmPrinter *Asm);
254 Handlers.push_back(HandlerInfo(new CodeViewDebug(this), in doInitialization()
67 CodeViewDebug. DwarfDebug produces DWARF sutable for use with GDB, LLDB, and68 other DWARF-based debuggers. :ref:`CodeViewDebug <codeview>` produces CodeView,