HomeSort by: relevance | last modified time | path
    Searched refs:getFunctionInfo (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
GCMetadata.cpp 67 GCFunctionInfo &GCModuleInfo::getFunctionInfo(const Function &F) {
110 GCFunctionInfo *FD = &getAnalysis<GCModuleInfo>().getFunctionInfo(F);
GCRootLowering.cpp 109 MI->getFunctionInfo(F); // Instantiate the GC strategy.
177 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F);
312 FI = &getAnalysis<GCModuleInfo>().getFunctionInfo(MF.getFunction());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
GlobalsModRef.h 115 FunctionInfo *getFunctionInfo(const Function *F);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
GCMetadata.h 200 GCFunctionInfo &getFunctionInfo(const Function &F);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
GsymReader.h 110 llvm::Expected<FunctionInfo> getFunctionInfo(uint64_t Addr) const;
115 /// function is faster that calling getFunctionInfo() as it will only return
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
GlobalsModRef.cpp 249 if (FunctionInfo *FI = getFunctionInfo(F)) {
265 if (FunctionInfo *FI = getFunctionInfo(F)) {
278 GlobalsAAResult::getFunctionInfo(const Function *F) {
547 if (FunctionInfo *CalleeFI = getFunctionInfo(Callee)) {
954 if (const FunctionInfo *FI = getFunctionInfo(F))
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
GsymReader.cpp 257 llvm::Expected<FunctionInfo> GsymReader::getFunctionInfo(uint64_t Addr) const {
342 if (auto FI = getFunctionInfo(*getAddress(I)))
DwarfTransformer.cpp 497 auto FI = Gsym->getFunctionInfo(*FuncAddr);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
llvm-gsymutil.cpp 434 if (auto FI = Gsym.getFunctionInfo(Addr)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 892 return getFunctionInfo(F).OpcodeInstMap;
897 return getFunctionInfo(F).RWInsts;
916 FunctionInfo &FI = getFunctionInfo(*Arg.getParent());
982 FunctionInfo &getFunctionInfo(const Function &F) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp 307 static const CGFunctionInfo &getFunctionInfo(CodeGenModule &CGM,
467 const CGFunctionInfo &FI = getFunctionInfo<N>(CGM, Args);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 1921 getFunctionInfo(*Callee).CalledViaMustTail = true;
2002 InformationCache::FunctionInfo &FI = InfoCache.getFunctionInfo(F);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 443 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;

Completed in 55 milliseconds