Searched refs:Resolver (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp349 ENUM_TO_CSTRING(Resolver);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp894 CallInst *Resolver = CallInst::Create(resolverFunc, ResolverArgs, local
899 Resolver, PointerType::getUnqual(F->getFunctionType()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1775 RelocationResolver Resolver; local
1776 std::tie(Supports, Resolver) = getRelocationResolver(Obj);
1790 // Check if Resolver can handle this relocation type early so as not to
1793 // TODO Don't store Resolver in every RelocAddrEntry.
1799 Optional<object::RelocationRef>(), 0, Resolver});
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3115 llvm::Constant *Resolver = GetOrCreateLLVMFunction( local
3119 DeclTy, 0, llvm::Function::WeakODRLinkage, "", Resolver, &getModule());
3126 llvm::Constant *Resolver = GetOrCreateLLVMFunction( local
3128 assert(isa<llvm::GlobalValue>(Resolver) &&
3129 "Resolver should be created for the first time");
3130 SetCommonAttributes(FD, cast<llvm::GlobalValue>(Resolver));
3131 return Resolver;
4652 llvm::Constant *Resolver = local
4657 "", Resolver, &getModule());
H A DCodeGenFunction.h4650 void EmitMultiVersionResolver(llvm::Function *Resolver,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1376 bool Resolver = (EFlags & local
1390 if (Resolver) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1585 Resolver = [](const object::coff_section *Section, uint64_t Offset, local
1590 Win64EH::Dumper::Context Ctx(*Obj, Resolver, this);
H A DELFDumper.cpp787 const RelocationResolver &Resolver, DataExtractor Data);
5728 const RelocationResolver &Resolver,
5773 uint64_t SymValue = Resolver(Reloc, RelocSymValue, Addend);
5891 RelocationResolver Resolver; local
5892 std::tie(IsSupportedFn, Resolver) = getRelocationResolver(*Obj);
5904 Resolver, Data);
5724 printStackSize(const ELFObjectFile<ELFT> *Obj, RelocationRef Reloc, SectionRef FunctionSec, const StringRef &StackSizeSectionName, const RelocationResolver &Resolver, DataExtractor Data) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h2660 LLVMValueRef Resolver);
2715 void LLVMSetGlobalIFuncResolver(LLVMValueRef IFunc, LLVMValueRef Resolver);
/freebsd-13-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp25 #include "lld/Core/Resolver.h"
1181 Resolver resolver(ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2511 LLVMValueRef Resolver) {
2515 unwrap<Constant>(Resolver), unwrap(M)));
2559 void LLVMSetGlobalIFuncResolver(LLVMValueRef IFunc, LLVMValueRef Resolver) {
2560 unwrap<GlobalIFunc>(IFunc)->setResolver(unwrap<Constant>(Resolver));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12112 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType,
12114 int NumMatches = Resolver.getNumMatches();
12116 bool ShouldComplain = Complain && !Resolver.hasComplained();
12118 if (Resolver.IsInvalidFormOfPointerToMemberFunction())
12119 Resolver.ComplainIsInvalidFormOfPointerToMemberFunction();
12121 Resolver.ComplainNoMatchesFound();
12124 Resolver.ComplainMultipleMatchesFound();
12126 Fn = Resolver.getMatchingFunctionDecl();
12130 FoundResult = *Resolver.getMatchingFunctionAccessPair();
12132 if (Resolver
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10259 bool Resolver = (Flags & MachO::EXPORT_SYMBOL_FLAGS_STUB_AND_RESOLVER); local
10266 if (WeakDef || ThreadLocal || Resolver || Abs) {
10285 if (Resolver) {

Completed in 435 milliseconds

123