Home
last modified time | relevance | path

Searched refs:getFunctionInfo (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp130 MI->getFunctionInfo(F); // Instantiate the GC strategy. in doInitialization()
198 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F); in runOnFunction()
326 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(MF.getFunction()); in runOnMachineFunction()
H A DGCMetadata.cpp95 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) { in getFunctionInfo() function in GCModuleInfo
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp241 if (FunctionInfo *FI = getFunctionInfo(F)) in getMemoryEffects()
250 GlobalsAAResult::getFunctionInfo(const Function *F) { in getFunctionInfo() function in GlobalsAAResult
563 if (FunctionInfo *CalleeFI = getFunctionInfo(Callee)) { in AnalyzeCallGraph()
964 if (const FunctionInfo *FI = getFunctionInfo(F)) in getModRefInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h113 FunctionInfo *getFunctionInfo(const Function *F);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymContext.cpp112 if (auto FuncInfoOrErr = Reader->getFunctionInfo(Address.Address)) { in getLineInfoForAddressRange()
H A DGsymReader.cpp320 llvm::Expected<FunctionInfo> GsymReader::getFunctionInfo(uint64_t Addr) const { in getFunctionInfo() function in GsymReader
H A DDwarfTransformer.cpp724 auto FI = Gsym->getFunctionInfo(*FuncAddr); in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h108 LLVM_ABI llvm::Expected<FunctionInfo> getFunctionInfo(uint64_t Addr) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h285 GCFunctionInfo &getFunctionInfo(const Function &F);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp320 static const CGFunctionInfo &getFunctionInfo(CodeGenModule &CGM, in getFunctionInfo() function
477 const CGFunctionInfo &FI = getFunctionInfo<N>(CGM, Args); in getFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1280 return getFunctionInfo(F).OpcodeInstMap;
1285 return getFunctionInfo(F).RWInsts;
1300 FunctionInfo &FI = getFunctionInfo(F);
1307 FunctionInfo &FI = getFunctionInfo(*Arg.getParent());
1387 FunctionInfo &getFunctionInfo(const Function &F) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3246 getFunctionInfo(*Callee).CalledViaMustTail = true; in initializeInformationCache()
3348 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F); in identifyDefaultAbstractAttributes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp519 GFI = Fn.hasGC() ? &MFP.getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) in initializeAnalysisResults()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc2821 …anQualINS_19FunctionNoProtoTypeEEEb", "clang::CodeGen::CodeGenTypes::getFunctionInfo(clang::CanQua…
2822 …IS4_EERKNS_12FunctionType7ExtInfoEb", "clang::CodeGen::CodeGenTypes::getFunctionInfo(clang::CanQua…
2823 …7CanQualINS_17FunctionProtoTypeEEEb", "clang::CodeGen::CodeGenTypes::getFunctionInfo(clang::CanQua…
2824 …ctorImplINS_7CanQualINS_4TypeEEEEENS5_INS_17FunctionProtoTypeEEEb", "getFunctionInfo(clang::CodeGe…
2825 …ecordDeclEPKNS_17FunctionProtoTypeE", "clang::CodeGen::CodeGenTypes::getFunctionInfo(clang::CXXRec…
2826 …tFunctionInfoEPKNS_13CXXMethodDeclE", "clang::CodeGen::CodeGenTypes::getFunctionInfo(clang::CXXMet…
2827 …XXConstructorDeclENS_11CXXCtorTypeE", "clang::CodeGen::CodeGenTypes::getFunctionInfo(clang::CXXCon…
2828 …CXXDestructorDeclENS_11CXXDtorTypeE", "clang::CodeGen::CodeGenTypes::getFunctionInfo(clang::CXXDes…
2829 …etFunctionInfoEPKNS_12FunctionDeclE", "clang::CodeGen::CodeGenTypes::getFunctionInfo(clang::Functi…
2830 …FunctionInfoEPKNS_14ObjCMethodDeclE", "clang::CodeGen::CodeGenTypes::getFunctionInfo(clang::ObjCMe…
[all …]