Searched defs:Source (Results 1 - 25 of 127) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp32 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) argument
H A DTapiUniversal.cpp23 TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err) argument
48 TapiUniversal::create(MemoryBufferRef Source) { argument
H A DBinary.cpp37 Binary::Binary(unsigned int Type, MemoryBufferRef Source) argument
H A DTapiFile.cpp41 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &interface, argument
H A DMachOUniversal.cpp103 MachOUniversalBinary::create(MemoryBufferRef Source) { argument
112 MachOUniversalBinary::MachOUniversalBinary(MemoryBufferRef Source, Error &Err) argument
H A DMinidump.cpp111 MinidumpFile::create(MemoryBufferRef Source) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DFixIt.h62 FixItHint createReplacement(const D &Destination, const S &Source, argument
70 FixItHint createReplacement(const D &Destination, StringRef Source) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclFriend.cpp73 ExternalASTSource *Source = getParentASTContext().getExternalSource(); local
H A DExternalASTMerger.cpp25 template <typename T> struct Source { struct in namespace:__anon254
27 Source(T t) : t(t) {} function in struct:__anon254::Source
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h25 ExternalASTSourceWrapper(ExternalASTSource *Source) : m_Source(Source) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.h75 llvm::ArrayRef<llvm::MCInst> Source; member in class:llvm::mca::ResourcePressureView
H A DSummaryView.h42 llvm::ArrayRef<llvm::MCInst> Source; member in class:llvm::mca::SummaryView
H A DInstructionInfoView.h57 llvm::ArrayRef<llvm::MCInst> Source; member in class:llvm::mca::InstructionInfoView
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DStringExtras.cpp37 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, argument
50 void llvm::SplitString(StringRef Source, argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutnonansi.c296 AcpiUtSafeStrcpy( char *Dest, ACPI_SIZE DestSize, char *Source) argument
312 AcpiUtSafeStrcat( char *Dest, ACPI_SIZE DestSize, char *Source) argument
328 AcpiUtSafeStrncat( char *Dest, ACPI_SIZE DestSize, char *Source, ACPI_SIZE MaxTransferLength) argument
349 AcpiUtSafeStrncpy( char *Dest, char *Source, ACPI_SIZE DestSize) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h80 ArrayRef<T> copyArray(ArrayRef<T> Source) { argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c191 void *Source; local
581 void *Source = NULL; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair.c607 ACPI_OPERAND_OBJECT **Source; local
[all...]
H A Dnsxfname.c349 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h32 COFFImportFile(MemoryBufferRef Source) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h37 Optional<StringRef> Source; member in struct:llvm::DILineInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp75 BasicBlock *Source = BI->getParent(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DSource.h96 llvm::PointerUnion<const Decl *, const Stmt *> Source; member in class:clang::interp::SourceInfo
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c537 TrCreateAssignmentOp( ACPI_PARSE_OBJECT *Target, ACPI_PARSE_OBJECT *Source) argument
[all...]
/freebsd-11-stable/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...]

Completed in 282 milliseconds

123456