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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h422 struct LocalVariableAddrGap { struct in namespace:llvm::codeview
445 std::vector<LocalVariableAddrGap> Gaps;
467 std::vector<LocalVariableAddrGap> Gaps;
489 std::vector<LocalVariableAddrGap> Gaps;
513 std::vector<LocalVariableAddrGap> Gaps;
539 std::vector<LocalVariableAddrGap> Gaps;
574 std::vector<LocalVariableAddrGap> Gaps;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp42 LLVM_YAML_IS_SEQUENCE_VECTOR(LocalVariableAddrGap)
192 template <> struct MappingTraits<LocalVariableAddrGap> {
193 static void mapping(IO &io, LocalVariableAddrGap &Gap) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp53 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
91 ArrayRef<LocalVariableAddrGap> Gaps) {
93 ListScope S(W, "LocalVariableAddrGap");
H A DSymbolRecordMapping.cpp20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp32 llvm::ArrayRef<LocalVariableAddrGap> gaps) {
39 const LocalVariableAddrGap &gap = gaps.front();
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp333 ArrayRef<LocalVariableAddrGap> Gaps) {

Completed in 220 milliseconds