Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h67 LVSymbol *findIn(const LVSymbols *Targets) const;
162 static bool parametersMatch(const LVSymbols *References,
163 const LVSymbols *Targets);
165 static void getParameters(const LVSymbols *Symbols, LVSymbols *Parameters);
170 static void markMissingParents(const LVSymbols *References,
171 const LVSymbols *Targets);
178 static bool equals(const LVSymbols *References, const LVSymbols *Targets);
H A DLVReader.h73 LVSymbols Symbols;
302 const LVSymbols &getSymbols() const { return Symbols; } in getSymbols()
H A DLVObject.h81 using LVSymbols = SmallVector<LVSymbol *, 8>; variable
H A DLVScope.h121 std::unique_ptr<LVSymbols> Symbols;
208 const LVSymbols *getSymbols() const { return Symbols.get(); } in getSymbols()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp281 void LVSymbol::markMissingParents(const LVSymbols *References, in markMissingParents()
282 const LVSymbols *Targets) { in markMissingParents()
308 LVSymbol *LVSymbol::findIn(const LVSymbols *Targets) const { in findIn()
333 bool LVSymbol::parametersMatch(const LVSymbols *References, in parametersMatch()
334 const LVSymbols *Targets) { in parametersMatch()
338 LVSymbols ReferenceParams; in parametersMatch()
340 LVSymbols TargetParams; in parametersMatch()
348 void LVSymbol::getParameters(const LVSymbols *Symbols, LVSymbols *Parameters) { in getParameters()
369 bool LVSymbol::equals(const LVSymbols *References, const LVSymbols *Targets) { in equals()
H A DLVScope.cpp197 Symbols = std::make_unique<LVSymbols>(); in addElement()
295 const LVSymbols *ReferenceSymbols = Reference->getSymbols(); in addMissingElements()
299 LVSymbols References; in addMissingElements()
1943 if (const LVSymbols *Symbols = getSymbols()) { in resolveExtra()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h59 LVSymbols SymbolsWithLocations;
144 const LVSymbols &GetSymbolsWithLocations() const { in GetSymbolsWithLocations()