Home
last modified time | relevance | path

Searched refs:DbgEnd (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp943 if (DbgBegin() != DbgEnd()) in dump()
945 for (auto *Dbg : make_range(DbgBegin(), DbgEnd())) in dump()
H A DScheduleDAGSDNodes.cpp971 std::stable_sort(DAG->DbgBegin(), DAG->DbgEnd(), in EmitSchedule()
977 SDDbgInfo::DbgIterator DE = DAG->DbgEnd(); in EmitSchedule()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp415 error(IO.mapInteger(Proc.DbgEnd)); in visitKnownRecord()
H A DSymbolDumper.cpp570 W.printHex("DbgEnd", Proc.DbgEnd); in visitKnownRecord()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h201 DbgIterator DbgEnd() { return DbgValues.end(); }
1877 SDDbgInfo::DbgIterator DbgEnd() const { return DbgInfo->DbgEnd(); }
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp353 IO.mapRequired("DbgEnd", Symbol.DbgEnd); in map()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h58 uint32_t DbgEnd = 0; variable
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp847 Proc.DbgEnd, in visitKnownRecord()