Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h29 using LVNameInfo = std::pair<LVAddress, uint64_t>; variable
30 using LVPublicNames = std::map<LVScope *, LVNameInfo>;
31 using LVPublicAddresses = std::map<LVAddress, LVNameInfo>;
505 LVNameInfo NameNone = {UINT64_MAX, 0};
510 const LVNameInfo &findPublicName(LVScope *Scope) { in findPublicName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h192 const LVNameInfo &NameInfo);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp396 const LVNameInfo &NameInfo) { in createInstructions()
534 LVNameInfo Name = CompileUnit->findPublicName(Function); in createInstructions()
550 const LVNameInfo &NameInfo = Name.second; in createInstructions()