Home
last modified time | relevance | path

Searched refs:SymbolIdx (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2380 unsigned SymbolIdx = 0; in ParseUnqualifiedIdOperator() local
2388 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2399 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2400 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2410 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2424 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2425 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2438 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2439 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp766 uint32_t SymbolIdx = Obj.getSymbolIndex(SymbolEntRef.getEntryAddress()); in printSymbol() local
769 W.printNumber("Index", SymbolIdx); in printSymbol()
797 " symbol at index " + Twine(SymbolIdx) + in printSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h299 support::ubig32_t SymbolIdx;
308 return SymbolIdx;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1327 uint32_t SymbolIdx = getObject()->getSymbolIndex(getEntryAddress()); in getXCOFFCsectAuxRef() local
1330 Twine(SymbolIdx) + " contains no auxiliary entry"); in getXCOFFCsectAuxRef()
1357 "\" with index " + Twine(SymbolIdx)); in getXCOFFCsectAuxRef()
H A DMachOObjectFile.cpp2251 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() local
2260 uint64_t Offset = S.symoff + SymbolIdx * SymbolTableEntrySize; in getRelocationSymbol()