Home
last modified time | relevance | path

Searched refs:LocalVariableAddrRange (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h421 struct LocalVariableAddrRange { struct
449 LocalVariableAddrRange Range;
471 LocalVariableAddrRange Range;
493 LocalVariableAddrRange Range;
517 LocalVariableAddrRange Range;
539 LocalVariableAddrRange Range;
574 LocalVariableAddrRange Range;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp52 void printLocalVariableAddrRange(const LocalVariableAddrRange &Range,
82 const LocalVariableAddrRange &Range, uint32_t RelocationOffset) { in printLocalVariableAddrRange()
H A DSymbolRecordMapping.cpp30 LocalVariableAddrRange &Range) { in mapLocalVariableAddrRange()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp186 template <> struct MappingTraits<LocalVariableAddrRange> {
187 static void mapping(IO &io, LocalVariableAddrRange &Range) { in mapping()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp664 sizeof(LocalVariableAddrRange) + 4 * NumGaps; in encodeDefRange()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp30 MakeRangeList(const PdbIndex &index, const LocalVariableAddrRange &range, in MakeRangeList()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp307 static std::string formatRange(LocalVariableAddrRange Range) { in formatRange()