Searched refs:toSymbolIndex (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 208 unsigned toSymbolIndex(StringRef S, StringRef LocSec, bool IsDynamic); 551 unsigned ELFState<ELFT>::toSymbolIndex(StringRef S, StringRef LocSec, in toSymbolIndex() function in ELFState 1214 Rel.Symbol ? toSymbolIndex(*Rel.Symbol, Section.Name, IsDynamic) : 0; in writeSectionContent() 1290 toSymbolIndex(*Section.Signature, Section.Name, /*IsDynamic=*/false); in writeSectionContent() 1431 unsigned From = toSymbolIndex(E.From, Section.Name, /*IsDynamic=*/false); in writeSectionContent() 1432 unsigned To = toSymbolIndex(E.To, Section.Name, /*IsDynamic=*/false); in writeSectionContent() 1648 CBA.writeULEB128(toSymbolIndex(Sym, Section.Name, /*IsDynamic=*/false)); in writeSectionContent()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 138 unsigned toSymbolIndex(StringRef S, StringRef LocSec, bool IsDynamic); 342 unsigned ELFState<ELFT>::toSymbolIndex(StringRef S, StringRef LocSec, in toSymbolIndex() function in ELFState 812 unsigned SymIdx = Rel.Symbol ? toSymbolIndex(*Rel.Symbol, Section.Name, in writeSectionContent() 889 toSymbolIndex(*Section.Signature, Section.Name, /*IsDynamic=*/false); in writeSectionContent() 1191 Sym.Name ? toSymbolIndex(*Sym.Name, Section.Name, /*IsDynamic=*/false) in writeSectionContent()
|