Home
last modified time | relevance | path

Searched refs:CodeViewDebug (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp134 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug
235 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::LocalVarDef
1327 void CodeViewDebug::calculateRanges( in calculateRanges()
2277 void CodeViewDebug::clear() { in clear()
[all …]
H A DCodeViewDebug.h52 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 …]
H A DCMakeLists.txt27 CodeViewDebug.cpp
H A DAsmPrinter.cpp508 Handlers.emplace_back(std::make_unique<CodeViewDebug>(this), in doInitialization()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn25 "CodeViewDebug.cpp",
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst67 CodeViewDebug. DwarfDebug produces DWARF suitable for use with GDB, LLDB, and
68 other DWARF-based debuggers. :ref:`CodeViewDebug <codeview>` produces CodeView,