Searched refs:CodeViewDebug (Results 1 – 7 of 7) sorted by relevance
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()
116 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
271 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
116 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp