Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp292 auto TargetOrErr = Target::create(TargetStr.value()); in getTargets() local
293 if (!TargetOrErr) in getTargets()
295 IFTargets.push_back(*TargetOrErr); in getTargets()
314 auto TargetOrErr = Target::create(*TargetStr); in getTargetsSection() local
315 if (!TargetOrErr) in getTargetsSection()
322 TargetOrErr->MinDeployment = Version; in getTargetsSection()
327 MachO::Target(Triple(getTargetTripleName(*TargetOrErr)))); in getTargetsSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6776 Expected<RelSymbol<ELFT>> TargetOrErr = this->getRelocationTarget(R, SymTab); in printStackSize() local
6777 if (!TargetOrErr) in printStackSize()
6780 toString(TargetOrErr.takeError())); in printStackSize()
6782 Sym = TargetOrErr->Sym; in printStackSize()
6791 (*TargetOrErr).Name + "': " + toString(SectionOrErr.takeError())); in printStackSize()
6793 reportUniqueWarning("relocation symbol '" + (*TargetOrErr).Name + in printStackSize()