Home
last modified time | relevance | path

Searched defs:Function (Results 1 – 25 of 149) sorted by relevance

123456

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp20 bool NameCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
26 NameRegexCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
30 bool RegionCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
35 bool LineCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
44 bool CoverageFilters::matches(const coverage::FunctionRecord &Function) { in matches()
53 CoverageFiltersMatchAll::matches(const coverage::FunctionRecord &Function) { in matches()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCWinEH.cpp28 StringRef SecName, const MCSectionCOFF *UnwindSec, const MCSymbol *Function, in getUnwindInfoSection()
61 const MCSection *UnwindEmitter::getPDataSection(const MCSymbol *Function, in getPDataSection()
68 const MCSection *UnwindEmitter::getXDataSection(const MCSymbol *Function, in getXDataSection()
/minix3/minix/drivers/power/acpi/executer/
H A Dexregion.c73 UINT32 Function, in AcpiExSystemMemorySpaceHandler()
325 UINT32 Function, in AcpiExSystemIoSpaceHandler()
390 UINT32 Function, in AcpiExPciConfigSpaceHandler()
470 UINT32 Function, in AcpiExCmosSpaceHandler()
507 UINT32 Function, in AcpiExPciBarSpaceHandler()
544 UINT32 Function, in AcpiExDataTableSpaceHandler()
H A Dexfield.c148 UINT32 Function; in AcpiExReadDataFromField() local
364 UINT32 Function; in AcpiExWriteDataToField() local
/minix3/minix/drivers/power/acpi/events/
H A Devrgnini.c77 UINT32 Function, in AcpiEvSystemMemoryRegionSetup()
143 UINT32 Function, in AcpiEvIoSpaceRegionSetup()
183 UINT32 Function, in AcpiEvPciConfigRegionSetup()
455 UINT32 Function, in AcpiEvPciBarRegionSetup()
486 UINT32 Function, in AcpiEvCmosRegionSetup()
515 UINT32 Function, in AcpiEvDefaultRegionSetup()
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DCoverageMapping.cpp198 FunctionRecord Function(Record.FunctionName, Record.Filenames, in load() local
243 void insert(const FunctionRecord &Function, unsigned FileID) { in insert()
332 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles() local
342 const FunctionRecord &Function) { in findMainViewFileID()
359 static Optional<unsigned> findMainViewFileID(const FunctionRecord &Function) { in findMainViewFileID()
371 const FunctionRecord &Function) { in gatherFileIDs()
398 for (const auto &Function : Functions) { in getCoverageForFile() local
420 for (const auto &Function : Functions) { in getInstantiations() local
431 for (auto Function : InstantiationSet.second) in getInstantiations() local
438 CoverageMapping::getCoverageForFunction(const FunctionRecord &Function) { in getCoverageForFunction()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h22 class Function; variable
35 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot()
H A DGVMaterializer.h25 class Function; variable
H A DAutoUpgrade.h22 class Function; variable
H A DVerifier.h29 class Function; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLint.h27 class Function; variable
H A DCFG.h25 class Function; variable
H A DConstantFolding.h29 class Function; variable
H A DJumpInstrTableInfo.h22 class Function; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCtorUtils.h22 class Function; variable
H A DModuleUtils.h20 class Function; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetIntrinsicInfo.h22 class Function; variable
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/meta/meta.rel/
H A Dis_convertible.pass.cpp34 typedef void Function(); typedef
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/
H A DIPO.h24 class Function; variable
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/meta/meta.rel/
H A Dis_convertible.pass.cpp34 typedef void Function(); typedef
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.h25 class Function; variable
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml25 type func = Function of proto * expr Constructor
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml25 type func = Function of proto * expr Constructor
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml25 type func = Function of proto * expr Constructor
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml31 type func = Function of proto * expr Constructor

123456