Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h427 struct LocalVariableAddrGap { struct
450 std::vector<LocalVariableAddrGap> Gaps; argument
472 std::vector<LocalVariableAddrGap> Gaps;
494 std::vector<LocalVariableAddrGap> Gaps;
518 std::vector<LocalVariableAddrGap> Gaps;
540 std::vector<LocalVariableAddrGap> Gaps;
575 std::vector<LocalVariableAddrGap> Gaps;
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp43 LLVM_YAML_IS_SEQUENCE_VECTOR(LocalVariableAddrGap) in LLVM_YAML_IS_SEQUENCE_VECTOR() argument
193 template <> struct MappingTraits<LocalVariableAddrGap> {
194 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp31 llvm::ArrayRef<LocalVariableAddrGap> gaps) { in MakeRangeList()
38 const LocalVariableAddrGap &gap = gaps.front(); in MakeRangeList()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp54 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
92 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap()
H A DSymbolRecordMapping.cpp21 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp315 ArrayRef<LocalVariableAddrGap> Gaps) { in formatGaps()