Searched refs:CodeViewDebug (Results 1 – 4 of 4) sorted by relevance
133 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug234 CodeViewDebug::InlineSite &311 struct CodeViewDebug::TypeLoweringScope {320 CodeViewDebug &CVD;638 void CodeViewDebug::endModule() { in endModule()788 void CodeViewDebug::emitObjName() { in emitObjName()927 void CodeViewDebug::emitBuildInfo() { in emitBuildInfo()1262 CodeViewDebug::LocalVarDef1346 void CodeViewDebug::calculateRanges( in calculateRanges()2329 void CodeViewDebug::clear() { in clear()[all …]
55 class LLVM_LIBRARY_VISIBILITY CodeViewDebug : public DebugHandlerBase {516 CodeViewDebug(AsmPrinter *AP);529 template <> struct DenseMapInfo<CodeViewDebug::LocalVarDef> {531 static inline CodeViewDebug::LocalVarDef getEmptyKey() {532 return CodeViewDebug::LocalVarDef::createFromOpaqueValue(~0ULL);535 static inline CodeViewDebug::LocalVarDef getTombstoneKey() {540 return CodeViewDebug::LocalVarDef::toOpaqueValue(DR) * 37ULL;543 static bool isEqual(const CodeViewDebug::LocalVarDef &LHS,544 const CodeViewDebug::LocalVarDef &RHS) {545 return CodeViewDebug::LocalVarDef::toOpaqueValue(LHS) ==[all …]
549 Handlers.emplace_back(std::make_unique<CodeViewDebug>(this), in doInitialization()
199 SRCS_MIN+= CodeGen/AsmPrinter/CodeViewDebug.cpp