Searched refs:getFunctionInfo (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | GCRootLowering.cpp | 130 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 D | GCMetadata.cpp | 95 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) { in getFunctionInfo() function in GCModuleInfo
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 241 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 D | GlobalsModRef.h | 113 FunctionInfo *getFunctionInfo(const Function *F);
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymContext.cpp | 112 if (auto FuncInfoOrErr = Reader->getFunctionInfo(Address.Address)) { in getLineInfoForAddressRange()
|
| H A D | GsymReader.cpp | 320 llvm::Expected<FunctionInfo> GsymReader::getFunctionInfo(uint64_t Addr) const { in getFunctionInfo() function in GsymReader
|
| H A D | DwarfTransformer.cpp | 724 auto FI = Gsym->getFunctionInfo(*FuncAddr); in verify()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymReader.h | 108 LLVM_ABI llvm::Expected<FunctionInfo> getFunctionInfo(uint64_t Addr) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | GCMetadata.h | 285 GCFunctionInfo &getFunctionInfo(const Function &F);
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 320 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 D | Attributor.h | 1280 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 D | Attributor.cpp | 3246 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 D | SelectionDAGISel.cpp | 519 GFI = Fn.hasGC() ? &MFP.getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) in initializeAnalysisResults()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2821 …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 …]
|