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.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/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6674 Expected<RelSymbol<ELFT>> TargetOrErr = this->getRelocationTarget(R, SymTab); in printStackSize() local
6675 if (!TargetOrErr) in printStackSize()
6678 toString(TargetOrErr.takeError())); in printStackSize()
6680 Sym = TargetOrErr->Sym; in printStackSize()
6689 (*TargetOrErr).Name + "': " + toString(SectionOrErr.takeError())); in printStackSize()
6691 reportUniqueWarning("relocation symbol '" + (*TargetOrErr).Name + in printStackSize()