Searched defs:Begin (Results 1 - 25 of 186) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionSPIRV.h26 MCSectionSPIRV(SectionKind K, MCSymbol *Begin) argument
H A DMCSectionDXContainer.h26 MCSectionDXContainer(StringRef Name, SectionKind K, MCSymbol *Begin) argument
H A DMCSectionCOFF.h52 MCSectionCOFF(StringRef Name, unsigned Characteristics, MCSymbol *COMDATSymbol, int Selection, SectionKind K, MCSymbol *Begin) argument
H A DMCSectionELF.h52 MCSectionELF(StringRef Name, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbolELF *group, bool IsComdat, unsigned UniqueID, MCSymbol *Begin, const MCSymbolELF *LinkedToSym) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp77 unsigned Begin = Idx; local
H A DMLRegAllocEvictAdvisor.h29 SlotIndex Begin; member in struct:LRStartEndInfo
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h41 inline RangeSelector range(RangeSelector Begin, RangeSelector End) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp65 uint32_t Begin = Writer.getOffset(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h45 CharUnits Begin; member in struct:clang::CodeGen::swiftcall::SwiftAggLowering::StorageEntry
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h58 size_t Begin = 0; member in struct:llvm::Annotations::Range
116 size_t Begin; member in struct:llvm::Annotations::Annotation
/freebsd-current/sys/contrib/dev/acpica/components/executer/
H A Dextrace.c289 AcpiExTracePoint( ACPI_TRACE_EVENT_TYPE Type, BOOLEAN Begin, UINT8 *Aml, char *Pathname) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.h63 MachineBasicBlock::iterator Begin; member in struct:llvm::GCNIterativeScheduler::Region
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp60 Use *Begin = static_cast<Use*>(::operator new(size)); local
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp59 const SourceLocation Begin = FullExpr->getSourceRange().getBegin(); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h61 const XRaySledEntry *Begin; member in struct:XRayFunctionSledIndex
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp23 MCSection(SectionVariant V, StringRef Name, SectionKind K, MCSymbol *Begin) argument
H A DMCSectionMachO.cpp92 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA, unsigned reserved2, SectionKind K, MCSymbol *Begin) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h269 const auto Begin = AIO.begin(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp86 MachineFunction::iterator Begin; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp146 void SystemZPostRASchedStrategy::initPolicy(MachineBasicBlock::iterator Begin, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h205 void BranchProbability::normalizeProbabilities(ProbabilityIter Begin, argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h66 std::pair<unsigned, unsigned> Begin; member in struct:clang::ParsedSourceRange
95 auto Begin = ParsedSourceLocation::FromString(RangeSplit.first); local
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp169 auto Begin = local
182 auto Begin = (*UsingDeclarations)[I].Line->First->Tok.getLocation(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp234 BasicBlock::iterator I = std::prev(B->end()), NextI, Begin = B->begin(); local
/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutdebug.c818 AcpiTracePoint( ACPI_TRACE_EVENT_TYPE Type, BOOLEAN Begin, UINT8 *Aml, char *Pathname) argument

Completed in 465 milliseconds

12345678