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.cpp533 for (LVPublicNames::const_reference Name : CompileUnit->getPublicNames()) { in createInstructions()
548 for (LVPublicNames::const_reference Name : CompileUnit->getPublicNames()) { in createInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h522 const LVPublicNames &getPublicNames() const { return PublicNames; } in getPublicNames() function