Searched refs:CodeViewDebug (Results 1 – 12 of 12) 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()
150 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug174 StringRef CodeViewDebug::getFullFilepath(const DIFile *File) { in getFullFilepath()238 unsigned CodeViewDebug::maybeRecordFile(const DIFile *F) { in maybeRecordFile()265 CodeViewDebug::InlineSite &266 CodeViewDebug::getInlineSite(const DILocation *InlinedAt, in getInlineSite()338 struct CodeViewDebug::TypeLoweringScope {339 TypeLoweringScope(CodeViewDebug &CVD) : CVD(CVD) { ++CVD.TypeEmissionLevel; } in TypeLoweringScope()347 CodeViewDebug &CVD;355 TypeIndex CodeViewDebug::getScopeIndex(const DIScope *Scope) { in getScopeIndex()374 TypeIndex CodeViewDebug::getFuncIdForSubprogram(const DISubprogram *SP) { in getFuncIdForSubprogram()[all …]
25 CodeViewDebug.cpp
52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {456 CodeViewDebug(AsmPrinter *AP);
317 Handlers.emplace_back(std::make_unique<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,
116 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
276 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
116 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp