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.cpp2737 unsigned SymbolIdx = 0; in ParseUnqualifiedIdOperator() local
2745 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2756 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2757 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2767 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2781 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2782 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2795 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2796 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp757 uint32_t SymbolIdx = Obj.getSymbolIndex(SymbolEntRef.getEntryAddress()); in printSymbol() local
760 W.printNumber("Index", SymbolIdx); in printSymbol()
788 " symbol at index " + Twine(SymbolIdx) + in printSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h296 support::ubig32_t SymbolIdx;
305 return SymbolIdx;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1322 uint32_t SymbolIdx = getObject()->getSymbolIndex(getEntryAddress()); in getXCOFFCsectAuxRef() local
1325 Twine(SymbolIdx) + " contains no auxiliary entry"); in getXCOFFCsectAuxRef()
1352 "\" with index " + Twine(SymbolIdx)); in getXCOFFCsectAuxRef()
H A DMachOObjectFile.cpp2250 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() local
2259 uint64_t Offset = S.symoff + SymbolIdx * SymbolTableEntrySize; in getRelocationSymbol()