Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp265 auto TargetOrErr = Target::create(TargetStr.value()); in getTargets() local
266 if (!TargetOrErr) in getTargets()
268 IFTargets.push_back(*TargetOrErr); in getTargets()
287 auto TargetOrErr = Target::create(*TargetStr); in getTargetsSection() local
288 if (!TargetOrErr) in getTargetsSection()
295 TargetOrErr->MinDeployment = Version; in getTargetsSection()
300 MachO::Target(Triple(getTargetTripleName(*TargetOrErr)))); in getTargetsSection()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6527 Expected<RelSymbol<ELFT>> TargetOrErr = this->getRelocationTarget(R, SymTab); in printStackSize() local
6528 if (!TargetOrErr) in printStackSize()
6531 toString(TargetOrErr.takeError())); in printStackSize()
6533 Sym = TargetOrErr->Sym; in printStackSize()
6542 (*TargetOrErr).Name + "': " + toString(SectionOrErr.takeError())); in printStackSize()
6544 reportUniqueWarning("relocation symbol '" + (*TargetOrErr).Name + in printStackSize()