Searched refs:IndexName (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 150 StringRef IndexName, bool DisplayCTUProgress = false); 153 StringRef IndexName, bool DisplayCTUProgress = false); 170 StringRef IndexName, 214 StringRef IndexName, 307 StringRef IndexName, 321 StringRef IndexName); 324 llvm::Error ensureCTUIndexLoaded(StringRef CrossTUDir, StringRef IndexName);
|
| /src/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 280 const T *D, StringRef CrossTUDir, StringRef IndexName, in getCrossTUDefinitionImpl() argument 291 loadExternalAST(*LookupName, CrossTUDir, IndexName, DisplayCTUProgress); in getCrossTUDefinitionImpl() 355 StringRef IndexName, in getCrossTUDefinition() argument 357 return getCrossTUDefinitionImpl(FD, CrossTUDir, IndexName, in getCrossTUDefinition() 364 StringRef IndexName, in getCrossTUDefinition() argument 366 return getCrossTUDefinitionImpl(VD, CrossTUDir, IndexName, in getCrossTUDefinition() 443 StringRef FunctionName, StringRef CrossTUDir, StringRef IndexName, in getASTUnitForFunction() argument 452 ensureCTUIndexLoaded(CrossTUDir, IndexName)) in getASTUnitForFunction() 481 StringRef FunctionName, StringRef CrossTUDir, StringRef IndexName) { in getFileForFunction() argument 482 if (llvm::Error IndexLoadError = ensureCTUIndexLoaded(CrossTUDir, IndexName)) in getFileForFunction() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrOrderFile.cpp | 77 std::string IndexName = INSTR_PROF_ORDERFILE_BUFFER_IDX_NAME_STR; in createOrderFileData() local 79 Constant::getNullValue(IdxTy), IndexName); in createOrderFileData()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 332 StringRef IndexName; in emitLookupFunction() local 336 IndexName = Table.Name; in emitLookupFunction() 379 IndexName = "Index"; in emitLookupFunction() 407 OS << " auto Table = ArrayRef(" << IndexName << ");\n"; in emitLookupFunction() 494 OS << " auto Table = ArrayRef(" << IndexName << ");\n"; in emitLookupFunction()
|
| /src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 2014 3) IndexField (IndexName, DataName,
|