Searched defs:Source (Results 26 - 50 of 157) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.h41 llvm::ArrayRef<llvm::MCInst> Source; member in class:llvm::mca::SummaryView
H A DResourcePressureView.cpp55 ArrayRef<llvm::MCInst> Source = getSource(); local
136 ArrayRef<llvm::MCInst> Source = getSource(); local
157 ArrayRef<llvm::MCInst> Source = getSource(); local
181 ArrayRef<llvm::MCInst> Source local
[all...]
H A DTimelineView.cpp287 ArrayRef<llvm::MCInst> Source = getSource(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp87 auto *Source = cast<ConstantStruct>( local
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversal.cpp123 MachOUniversalBinary::create(MemoryBufferRef Source) { argument
132 MachOUniversalBinary::MachOUniversalBinary(MemoryBufferRef Source, Error &Err) argument
H A DELFObjectFile.cpp59 ELFObjectFileBase::ELFObjectFileBase(unsigned int Type, MemoryBufferRef Source) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h165 MinidumpFile(MemoryBufferRef Source, const minidump::Header &Header, argument
H A DCOFFImportFile.h40 COFFImportFile(MemoryBufferRef Source) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h51 Source = Log::ChannelFlag<32>, member in class:lldb_private::LLDBLog
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, argument
65 ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) argument
243 ConvertUTF8toWideInternal(llvm::StringRef Source, TResult &Result) argument
259 ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) argument
263 ConvertUTF8toWide(const char *Source, std::wstring &Result) argument
271 convertWideToUTF8(const std::wstring &Source, std::string &Result) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp36 CodeGenInstruction Source; // The source pseudo instruction definition. member in struct:__anon3029::PseudoLoweringEmitter::PseudoExpansion
237 CodeGenInstruction &Source = Expansion.Source; local
[all...]
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c563 TrCreateAssignmentOp( ACPI_PARSE_OBJECT *Target, ACPI_PARSE_OBJECT *Source) argument
[all...]
/freebsd-current/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c349 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
[all...]
H A Dnsrepair2.c694 char *Source; local
1152 ACPI_OPERAND_OBJECT **Source; local
[all...]
/freebsd-current/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl.c246 AcpiDmMemoryFields( void *Source, UINT8 Type, UINT32 Level) argument
295 AcpiDmAddressFields( void *Source, UINT8 Type, UINT32 Level) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp205 VisitHelper(TypeVisitorCallbacks &Callbacks, VisitorDataSource Source) argument
186 FieldListVisitHelper(TypeVisitorCallbacks &Callbacks, ArrayRef<uint8_t> Data, VisitorDataSource Source) argument
219 visitTypeRecord(CVType &Record, TypeIndex Index, TypeVisitorCallbacks &Callbacks, VisitorDataSource Source) argument
226 visitTypeRecord(CVType &Record, TypeVisitorCallbacks &Callbacks, VisitorDataSource Source) argument
233 visitTypeStream(const CVTypeArray &Types, TypeVisitorCallbacks &Callbacks, VisitorDataSource Source) argument
255 visitMemberRecord(CVMemberRecord Record, TypeVisitorCallbacks &Callbacks, VisitorDataSource Source) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp62 Register Source = RegPair.Source->getReg(); local
73 Register Source = RegPair.Source->getReg(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h44 uint64_t Source; member in struct:llvm::FlowJump
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp100 SplitStringDelims( StringRef Source, SmallVectorImpl<std::pair<StringRef, StringRef>> &OutFragments, function_ref<bool(char)> IsLegalChar) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp215 CharSourceRange Source = local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h269 markEdgeExecutable( BasicBlock *Source, BasicBlock *Dest) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h192 void setSource(const Stmt *Source) { this->From = Source; } argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h108 const Action &Source; member in class:clang::driver::Command
/freebsd-current/sys/contrib/dev/acpica/components/tables/
H A Dtbfadt.c271 UINT16 Source; member in struct:acpi_fadt_pm_info
/freebsd-current/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c258 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
430 AcpiRsStrcpy( char *Destination, char *Source) argument
[all...]

Completed in 153 milliseconds

1234567