Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp222 unsigned toSectionIndex(StringRef S, StringRef LocSec, StringRef LocSym = "");
590 StringRef LocSym) { in toSectionIndex() argument
591 assert(LocSec.empty() || LocSym.empty()); in toSectionIndex()
595 if (!LocSym.empty()) in toSectionIndex()
597 LocSym + "'"); in toSectionIndex()
615 if (LocSym.empty()) in toSectionIndex()
620 LocSym + "'"); in toSectionIndex()
/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1065 for (std::tuple<SMLoc, CppHashInfoTy, MCSymbol *> &LocSym : DirLabels) { in Run()
1066 if (std::get<2>(LocSym)->isUndefined()) { in Run()
1069 CppHashInfo = std::get<1>(LocSym); in Run()
1070 printError(std::get<0>(LocSym), "directional label undefined"); in Run()
H A DMasmParser.cpp1440 for (std::tuple<SMLoc, CppHashInfoTy, MCSymbol *> &LocSym : DirLabels) { in Run()
1441 if (std::get<2>(LocSym)->isUndefined()) { in Run()
1444 CppHashInfo = std::get<1>(LocSym); in Run()
1445 printError(std::get<0>(LocSym), "directional label undefined"); in Run()