Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h449 struct LocalVariableAddrGap {
472 std::vector<LocalVariableAddrGap> Gaps;
494 std::vector<LocalVariableAddrGap> Gaps;
516 std::vector<LocalVariableAddrGap> Gaps;
540 std::vector<LocalVariableAddrGap> Gaps; in getRelocationOffset()
566 std::vector<LocalVariableAddrGap> Gaps;
601 std::vector<LocalVariableAddrGap> Gaps;
428 struct LocalVariableAddrGap { global() struct
451 RangeLocalVariableAddrGap global() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp44 LLVM_YAML_IS_SEQUENCE_VECTOR(LocalVariableAddrGap) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
229 template <> struct MappingTraits<LocalVariableAddrGap> {
230 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp51 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
89 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap()
91 ListScope S(W, "LocalVariableAddrGap"); in printLocalVariableAddrGap()
H A DSymbolRecordMapping.cpp20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp37 llvm::ArrayRef<LocalVariableAddrGap> gaps) { in MakeRangeList()
46 const LocalVariableAddrGap &gap = gaps.front(); in MakeRangeList()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h150 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp357 ArrayRef<LocalVariableAddrGap> Gaps) { in formatGaps()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp719 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap()
720 for (const LocalVariableAddrGap &Gap : Gaps) { in printLocalVariableAddrGap()