Home
last modified time | relevance | path

Searched defs:RangeEntry (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp111 for (const LVRangeEntry &RangeEntry : RangeEntries) in getEntry() local
119 for (const LVRangeEntry &RangeEntry : RangeEntries) in hasEntry() local
147 for (const LVRangeEntry &RangeEntry : RangeEntries) { in print() local
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DCodeViewReaderTest.cpp99 LVRangeEntry RangeEntry = *IterRanges; checkElementPropertiesClangCodeview() local
165 LVRangeEntry RangeEntry = *IterRanges; checkElementPropertiesMsvcCodeview() local
231 LVRangeEntry RangeEntry = *IterRanges; checkElementPropertiesMsvcCodeviewPdb() local
[all...]
H A DDWARFReaderTest.cpp96 LVRangeEntry RangeEntry = *IterRanges; in checkElementProperties() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h66 struct RangeEntry { struct
75 std::vector<RangeEntry> Entries; argument