Home
last modified time | relevance | path

Searched refs:NameMap (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterLookupTable.h53 using NameMap = llvm::SmallDenseMap<DeclarationName, DeclList, 4>; variable
54 using DCMap = llvm::DenseMap<DeclContext *, NameMap>;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h118 extern llvm::cl::opt<bool> NameMap;
H A DBytesOutputStyle.cpp133 if (opts::bytes::NameMap) { in dump()
H A Dllvm-pdbutil.cpp397 cl::opt<bool> NameMap("name-map", cl::desc("Dump bytes of PDB Name Map"),
399 cl::opt<bool> NameMap("name-map", cl::desc("Dump bytes of PDB Name Map"), global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h311 DenseMap<SymbolRemappingReader::Key, StringRef> NameMap; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1783 NameMap.insert({Key, NameStr}); in applyRemapping()
1793 StringRef Result = NameMap.lookup(Key); in lookUpNameInProfile()