Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h210 MapVector<FunctionId, uint32_t> NameTable; global() variable
H A DSampleProfReader.h655 std::vector<FunctionId> NameTable; global() variable
/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp683 stablizeNameTable(MapVector<FunctionId,uint32_t> & NameTable,std::set<FunctionId> & V) stablizeNameTable() argument
[all...]
/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp239 lookupLLVMIntrinsicByName(ArrayRef<const char * > NameTable,StringRef Name) lookupLLVMIntrinsicByName() argument
H A DFunction.cpp928 ArrayRef<const char *> NameTable = findTargetSubtable(Name); lookupIntrinsicID() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1981 if (auto NameTable = Reader->getNameTable()) { doInitialization() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp133 using NameTable = std::map<StringRef, TypeIndex>; global() typedef in llvm::logicalview::__anonf32e2c670211::LVTypeRecords