HomeSort by relevance Sort by last modified time
    Searched refs:GlobalIndex (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/lib/Serialization/
ModuleManager.cpp 275 GlobalIndex = Index;
276 if (!GlobalIndex) {
284 if (!GlobalIndex->loadedModuleFile(Chain[I])) {
291 if (!GlobalIndex || GlobalIndex->loadedModuleFile(MF))
299 : FileMgr(FileMgr), PCHContainerRdr(PCHContainerRdr), GlobalIndex(),
  /external/clang/include/clang/Serialization/
ModuleManager.h 77 GlobalModuleIndex *GlobalIndex;
ASTReader.h 410 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleManager.h 82 GlobalModuleIndex *GlobalIndex;
ASTReader.h 430 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ModuleManager.h 82 GlobalModuleIndex *GlobalIndex;
ASTReader.h 430 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ModuleManager.h 82 GlobalModuleIndex *GlobalIndex;
ASTReader.h 430 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ModuleManager.h 86 GlobalModuleIndex *GlobalIndex;
ASTReader.h 430 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ModuleManager.h 86 GlobalModuleIndex *GlobalIndex;
ASTReader.h 430 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ModuleManager.h 86 GlobalModuleIndex *GlobalIndex;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ModuleManager.h 86 GlobalModuleIndex *GlobalIndex;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleManager.h 82 GlobalModuleIndex *GlobalIndex;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ModuleManager.h 82 GlobalModuleIndex *GlobalIndex;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ModuleManager.h 82 GlobalModuleIndex *GlobalIndex;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ModuleManager.h 86 GlobalModuleIndex *GlobalIndex;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ModuleManager.h 86 GlobalModuleIndex *GlobalIndex;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ModuleManager.h 86 GlobalModuleIndex *GlobalIndex;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ModuleManager.h 86 GlobalModuleIndex *GlobalIndex;
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 128 unsigned GlobalIndex = getGlobalFileIndex(Name);
131 auto R = CurrentFunctionFileMapping.find(GlobalIndex);
136 std::make_pair(GlobalIndex, IndexInFunction));
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 808 unsigned GlobalIndex = 0;
815 TypeMembers[TypeIdIndex].insert(GlobalIndex);
817 GlobalIndex++;
    [all...]

Completed in 636 milliseconds

1 2