Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h210 MapVector<FunctionId, uint32_t> NameTable; variable
H A DSampleProfReader.h655 std::vector<FunctionId> NameTable; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp745 if (auto NameTable = Reader.getNameTable()) { in findFunctionsWithoutProfile() local
H A DSampleProfile.cpp1984 if (auto NameTable = Reader->getNameTable()) { in doInitialization() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp683 MapVector<FunctionId, uint32_t> &NameTable, std::set<FunctionId> &V) { in stablizeNameTable()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp239 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable, in lookupLLVMIntrinsicByName()
H A DFunction.cpp957 ArrayRef<const char *> NameTable = findTargetSubtable(Name); in lookupIntrinsicID() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp133 using NameTable = std::map<StringRef, TypeIndex>; typedef in llvm::logicalview::__anond7e39c940211::LVTypeRecords