Home
last modified time | relevance | path

Searched defs:NameTable (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h221 MapVector<FunctionId, uint32_t> NameTable; variable
H A DSampleProfReader.h713 std::vector<FunctionId> NameTable; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeInfoEmitter.cpp159 StringToOffsetTable NameTable; in emitNodeNames() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp692 if (auto NameTable = Reader.getNameTable()) { in findFunctionsWithoutProfile() local
H A DSampleProfile.cpp1991 if (auto NameTable = Reader->getNameTable()) { in doInitialization() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp680 MapVector<FunctionId, uint32_t> &NameTable, std::set<FunctionId> &V) { in stablizeNameTable()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp128 using NameTable = std::map<StringRef, TypeIndex>; typedef in llvm::logicalview::__anond7e39c940211::LVTypeRecords