Searched refs:SymbolIdx (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp2241 unsigned SymbolIdx = 0; local
2249 SymbolLocations[SymbolIdx++] = ConsumeToken();
2260 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
2261 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
2271 SymbolLocations[SymbolIdx++] = ConsumeToken(); \
2285 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
2286 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
2299 SymbolLocations[SymbolIdx++] = T.getOpenLocation();
2300 SymbolLocations[SymbolIdx++] = T.getCloseLocation();
/external/swiftshader/third_party/LLVM/lib/Object/
H A DMachOObjectFile.cpp565 uint32_t SymbolIdx = RE->Word1 & 0xffffff; local
572 for (unsigned i = 0; i < SymbolIdx; i++) {
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp758 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE);
767 uint64_t Offset = S.symoff + SymbolIdx * SymbolTableEntrySize;

Completed in 136 milliseconds