Searched refs:getFunctionInfo (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DGCMetadata.cpp64 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) { function in class:GCModuleInfo
107 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
H A DGCRootLowering.cpp107 MI->getFunctionInfo(F); // Instantiate the GC strategy.
175 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F);
309 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(MF.getFunction());
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DGCMetadata.h200 GCFunctionInfo &getFunctionInfo(const Function &F);
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h110 FunctionInfo *getFunctionInfo(const Function *F);
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h107 llvm::Expected<FunctionInfo> getFunctionInfo(uint64_t Addr) const;
112 /// function is faster that calling getFunctionInfo() as it will only return
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp257 llvm::Expected<FunctionInfo> GsymReader::getFunctionInfo(uint64_t Addr) const { function in class:GsymReader
342 if (auto FI = getFunctionInfo(*getAddress(I)))
H A DDwarfTransformer.cpp517 auto FI = Gsym->getFunctionInfo(*FuncAddr);
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DGlobalsModRef.cpp241 if (FunctionInfo *FI = getFunctionInfo(F))
250 GlobalsAAResult::getFunctionInfo(const Function *F) { function in class:GlobalsAAResult
555 if (FunctionInfo *CalleeFI = getFunctionInfo(Callee)) {
944 if (const FunctionInfo *FI = getFunctionInfo(F))
/openbsd-current/gnu/llvm/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp417 if (auto FI = Gsym.getFunctionInfo(Addr)) {
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp307 static const CGFunctionInfo &getFunctionInfo(CodeGenModule &CGM, function in namespace:__anon460
467 const CGFunctionInfo &FI = getFunctionInfo<N>(CGM, Args);
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1256 return getFunctionInfo(F).OpcodeInstMap;
1261 return getFunctionInfo(F).RWInsts;
1280 FunctionInfo &FI = getFunctionInfo(*Arg.getParent());
1348 FunctionInfo &getFunctionInfo(const Function &F) { function in struct:InformationCache
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3063 getFunctionInfo(*Callee).CalledViaMustTail = true;
3146 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F);
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp414 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;

Completed in 160 milliseconds