Home
last modified time | relevance | path

Searched refs:Gaps (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h609 ArrayRef<LocalVariableAddrGap> Gaps) in DefRangeSym() argument
611 Header(*H), Gaps(Gaps) {} in DefRangeSym()
617 ArrayRef<LocalVariableAddrGap> Gaps; in deserialize() local
618 CV_DESERIALIZE(Data, H, CV_ARRAY_FIELD_TAIL(Gaps)); in deserialize()
620 return DefRangeSym(RecordOffset, H, Gaps); in deserialize()
629 ArrayRef<LocalVariableAddrGap> Gaps; variable
642 ArrayRef<LocalVariableAddrGap> Gaps) in DefRangeSubfieldSym() argument
644 RecordOffset(RecordOffset), Header(*H), Gaps(Gaps) {} in DefRangeSubfieldSym()
650 ArrayRef<LocalVariableAddrGap> Gaps; in deserialize() local
651 CV_DESERIALIZE(Data, H, CV_ARRAY_FIELD_TAIL(Gaps)); in deserialize()
[all …]
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp49 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
71 ArrayRef<LocalVariableAddrGap> Gaps) { in printLocalVariableAddrGap() argument
72 for (auto &Gap : Gaps) { in printLocalVariableAddrGap()
308 printLocalVariableAddrGap(DefRangeFramePointerRel.Gaps); in visitDefRangeFramePointerRelSym()
323 printLocalVariableAddrGap(DefRangeRegisterRel.Gaps); in visitDefRangeRegisterRelSym()
334 printLocalVariableAddrGap(DefRangeRegister.Gaps); in visitDefRangeRegisterSym()
347 printLocalVariableAddrGap(DefRangeSubfieldRegister.Gaps); in visitDefRangeSubfieldRegisterSym()
366 printLocalVariableAddrGap(DefRangeSubfield.Gaps); in visitDefRangeSubfieldSym()
384 printLocalVariableAddrGap(DefRange.Gaps); in visitDefRangeSym()
/external/clang/test/Index/
Dcomplete-method-decls.m63 @interface Gaps interface
67 @implementation Gaps implementation