Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h428 struct LocalVariableAddrGap { struct
451 std::vector<LocalVariableAddrGap> Gaps; argument
473 std::vector<LocalVariableAddrGap> Gaps;
495 std::vector<LocalVariableAddrGap> Gaps;
519 std::vector<LocalVariableAddrGap> Gaps;
545 std::vector<LocalVariableAddrGap> Gaps;
580 std::vector<LocalVariableAddrGap> Gaps;
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp44 LLVM_YAML_IS_SEQUENCE_VECTOR(LocalVariableAddrGap) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
218 template <> struct MappingTraits<LocalVariableAddrGap> {
219 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp51 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
89 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap()
H A DSymbolRecordMapping.cpp20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp37 llvm::ArrayRef<LocalVariableAddrGap> gaps) { in MakeRangeList()
46 const LocalVariableAddrGap &gap = gaps.front(); in MakeRangeList()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp350 ArrayRef<LocalVariableAddrGap> Gaps) { in formatGaps()