Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp219 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = "");
583 StringRef LocSym) { in toSectionIndex() argument
584 assert(LocSec.empty() || LocSym.empty()); in toSectionIndex()
588 if (!LocSym.empty()) in toSectionIndex()
590 LocSym + "'"); in toSectionIndex()
608 if (LocSym.empty()) in toSectionIndex()
613 LocSym + "'"); in toSectionIndex()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1040 for (std::tuple<SMLoc, CppHashInfoTy, MCSymbol *> &LocSym : DirLabels) { in Run()
1041 if (std::get<2>(LocSym)->isUndefined()) { in Run()
1044 CppHashInfo = std::get<1>(LocSym); in Run()
1045 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
H A DMasmParser.cpp1259 for (std::tuple<SMLoc, CppHashInfoTy, MCSymbol *> &LocSym : DirLabels) { in Run()
1260 if (std::get<2>(LocSym)->isUndefined()) { in Run()
1263 CppHashInfo = std::get<1>(LocSym); in Run()
1264 printError(std::get<0>(LocSym), "directional label undefined"); in Run()