Searched refs:CodeViewDebug (Results 1 – 6 of 6) sorted by relevance
134 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug235 CodeViewDebug::InlineSite &309 struct CodeViewDebug::TypeLoweringScope {318 CodeViewDebug &CVD;633 void CodeViewDebug::endModule() { in endModule()783 void CodeViewDebug::emitObjName() { in emitObjName()920 void CodeViewDebug::emitBuildInfo() { in emitBuildInfo()1245 CodeViewDebug::LocalVarDef1327 void CodeViewDebug::calculateRanges( in calculateRanges()2277 void CodeViewDebug::clear() { in clear()[all …]
52 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {490 CodeViewDebug(AsmPrinter *AP);503 template <> struct DenseMapInfo<CodeViewDebug::LocalVarDef> {505 static inline CodeViewDebug::LocalVarDef getEmptyKey() {506 return CodeViewDebug::LocalVarDef::createFromOpaqueValue(~0ULL);509 static inline CodeViewDebug::LocalVarDef getTombstoneKey() {514 return CodeViewDebug::LocalVarDef::toOpaqueValue(DR) * 37ULL;517 static bool isEqual(const CodeViewDebug::LocalVarDef &LHS,518 const CodeViewDebug::LocalVarDef &RHS) {519 return CodeViewDebug::LocalVarDef::toOpaqueValue(LHS) ==[all …]
27 CodeViewDebug.cpp
508 Handlers.emplace_back(std::make_unique<CodeViewDebug>(this), in doInitialization()
25 "CodeViewDebug.cpp",
67 CodeViewDebug. DwarfDebug produces DWARF suitable for use with GDB, LLDB, and68 other DWARF-based debuggers. :ref:`CodeViewDebug <codeview>` produces CodeView,