Home
last modified time | relevance | path

Searched defs:FunctionRecord (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp49 struct FunctionRecord { struct
53 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
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DCoverageMapping.h228 struct FunctionRecord { struct
238 FunctionRecord(StringRef Name, ArrayRef<StringRef> Filenames, in FunctionRecord() argument
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1078 CoverageMappingRecord FunctionRecord; in addFunctionMappingRecord() local