HomeSort by relevance Sort by last modified time
    Searched defs:GlobalIndex (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Serialization/
ModuleManager.h 77 GlobalModuleIndex *GlobalIndex;
ASTReader.h 410 std::unique_ptr<GlobalModuleIndex> GlobalIndex;
    [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/v8/src/asmjs/
asm-scanner.h 88 static size_t GlobalIndex(token_t token) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 160 unsigned GlobalIndex = getGlobalFileIndex(Name);
163 auto R = CurrentFunctionFileMapping.find(GlobalIndex);
168 std::make_pair(GlobalIndex, IndexInFunction));
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 808 unsigned GlobalIndex = 0;
815 TypeMembers[TypeIdIndex].insert(GlobalIndex);
817 GlobalIndex++;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WasmObjectFile.cpp 483 unsigned GlobalIndex = Info.ElementIndex - NumImportedGlobals;
484 wasm::WasmGlobal &Global = Globals[GlobalIndex];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 945 milliseconds