Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp133 CodeViewDebug::CodeViewDebug(AsmPrinter *AP) in CodeViewDebug() function in CodeViewDebug
234 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::LocalVarDef
1346 void CodeViewDebug::calculateRanges( in calculateRanges()
2329 void CodeViewDebug::clear() { in clear()
[all …]
H A DCodeViewDebug.h55 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 …]
H A DAsmPrinter.cpp549 Handlers.emplace_back(std::make_unique<CodeViewDebug>(this), in doInitialization()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile199 SRCS_MIN+= CodeGen/AsmPrinter/CodeViewDebug.cpp