Searched refs:LVNameInfo (Results 1 – 3 of 3) sorted by relevance
29 using LVNameInfo = std::pair<LVAddress, uint64_t>; variable30 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()
192 const LVNameInfo &NameInfo);
396 const LVNameInfo &NameInfo) { in createInstructions()534 LVNameInfo Name = CompileUnit->findPublicName(Function); in createInstructions()550 const LVNameInfo &NameInfo = Name.second; in createInstructions()