Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp204 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = "");
205 unsigned toSymbolIndex(StringRef S, StringRef LocSec, bool IsDynamic);
540 unsigned ELFState<ELFT>::toSectionIndex(StringRef S, StringRef LocSec, in toSectionIndex() argument
542 assert(LocSec.empty() || LocSym.empty()); in toSectionIndex()
551 LocSec + "'"); in toSectionIndex()
568 reportError("unable to link '" + LocSec + "' to excluded section '" + S + in toSectionIndex()
578 unsigned ELFState<ELFT>::toSymbolIndex(StringRef S, StringRef LocSec, in toSymbolIndex() argument
586 LocSec + "'"); in toSymbolIndex()