Searched refs:LocSec (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 137 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = ""); 138 unsigned toSymbolIndex(StringRef S, StringRef LocSec, bool IsDynamic); 325 unsigned ELFState<ELFT>::toSectionIndex(StringRef S, StringRef LocSec, in toSectionIndex() argument 331 assert(LocSec.empty() || LocSym.empty()); in toSectionIndex() 337 LocSec + "'"); in toSectionIndex() 342 unsigned ELFState<ELFT>::toSymbolIndex(StringRef S, StringRef LocSec, in toSymbolIndex() argument 350 LocSec + "'"); in toSymbolIndex()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 207 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = ""); 208 unsigned toSymbolIndex(StringRef S, StringRef LocSec, bool IsDynamic); 516 unsigned ELFState<ELFT>::toSectionIndex(StringRef S, StringRef LocSec, in toSectionIndex() argument 518 assert(LocSec.empty() || LocSym.empty()); in toSectionIndex() 527 LocSec + "'"); in toSectionIndex() 541 reportError("unable to link '" + LocSec + "' to excluded section '" + S + in toSectionIndex() 551 unsigned ELFState<ELFT>::toSymbolIndex(StringRef S, StringRef LocSec, in toSymbolIndex() argument 559 LocSec + "'"); in toSymbolIndex()
|