Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp216 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = "");
584 StringRef LocSym) { in toSectionIndex() argument
585 assert(LocSec.empty() || LocSym.empty()); in toSectionIndex()
589 if (!LocSym.empty()) in toSectionIndex()
591 LocSym + "'"); in toSectionIndex()
609 if (LocSym.empty()) in toSectionIndex()
614 LocSym + "'"); in toSectionIndex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1066 for (std::tuple<SMLoc, CppHashInfoTy, MCSymbol *> &LocSym : DirLabels) { in Run()
1067 if (std::get<2>(LocSym)->isUndefined()) { in Run()
1070 CppHashInfo = std::get<1>(LocSym); in Run()
1071 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
H A DMasmParser.cpp1439 for (std::tuple<SMLoc, CppHashInfoTy, MCSymbol *> &LocSym : DirLabels) { in Run()
1440 if (std::get<2>(LocSym)->isUndefined()) { in Run()
1443 CppHashInfo = std::get<1>(LocSym); in Run()
1444 printError(std::get<0>(LocSym), "directional label undefined"); in Run()