Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h429 struct LocalVariableAddrGap { struct
452 std::vector<LocalVariableAddrGap> Gaps; argument
474 std::vector<LocalVariableAddrGap> Gaps;
496 std::vector<LocalVariableAddrGap> Gaps;
520 std::vector<LocalVariableAddrGap> Gaps;
546 std::vector<LocalVariableAddrGap> Gaps;
581 std::vector<LocalVariableAddrGap> Gaps;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp42 LLVM_YAML_IS_SEQUENCE_VECTOR(LocalVariableAddrGap) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
215 template <> struct MappingTraits<LocalVariableAddrGap> {
216 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp53 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
91 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap()
H A DSymbolRecordMapping.cpp20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp32 llvm::ArrayRef<LocalVariableAddrGap> gaps) { in MakeRangeList()
39 const LocalVariableAddrGap &gap = gaps.front(); in MakeRangeList()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp347 ArrayRef<LocalVariableAddrGap> Gaps) { in formatGaps()