Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp216 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = "");
217 unsigned toSymbolIndex(StringRef S, StringRef LocSec, bool IsDynamic);
583 unsigned ELFState<ELFT>::toSectionIndex(StringRef S, StringRef LocSec, in toSectionIndex() argument
585 assert(LocSec.empty() || LocSym.empty()); in toSectionIndex()
594 LocSec + "'"); in toSectionIndex()
610 reportError("unable to link '" + LocSec + "' to excluded section '" + S + in toSectionIndex()
620 unsigned ELFState<ELFT>::toSymbolIndex(StringRef S, StringRef LocSec, in toSymbolIndex() argument
628 LocSec + "'"); in toSymbolIndex()