Home
last modified time | relevance | path

Searched refs:getPublicNames (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp548 for (LVPublicNames::const_reference Name : CompileUnit->getPublicNames()) { in createInstructions()
563 for (LVPublicNames::const_reference Name : CompileUnit->getPublicNames()) { in createInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h514 const LVPublicNames &getPublicNames() const { return PublicNames; } in getPublicNames() function