Searched defs:FunctionRecord (Results 1 – 3 of 3) sorted by relevance
49 struct FunctionRecord { struct53 std::map<const GlobalValue*, unsigned> GlobalInfo;56 bool MayReadAnyGlobal;58 unsigned getInfoForGlobal(const GlobalValue *GV) const { in getInfoForGlobal()69 unsigned FunctionEffect;71 FunctionRecord() : MayReadAnyGlobal (false), FunctionEffect(0) {} in FunctionRecord() function
228 struct FunctionRecord { struct238 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames, in FunctionRecord() argument
1078 CoverageMappingRecord FunctionRecord; in addFunctionMappingRecord() local