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

1234567

/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DTapiUniversal.cpp24 TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err) argument
56 TapiUniversal::create(MemoryBufferRef Source) { argument
H A DSymbolicFile.cpp31 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) argument
H A DBinary.cpp36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) argument
H A DTapiFile.cpp50 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &Interface, argument
H A DMinidump.cpp112 MinidumpFile::create(MemoryBufferRef Source) { argument
H A DObjectFile.cpp43 ObjectFile::ObjectFile(unsigned int Type, MemoryBufferRef Source) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp94 char Source[SmallAllocSize]; local
115 char Source[LargeAllocSize]; local
136 char Source[SmallAllocSize]; local
160 char Source[LargeAllocSize]; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp25 ArrayRef<llvm::MCInst> Source = getSource(); local
H A DInstructionView.h30 llvm::ArrayRef<llvm::MCInst> Source; member in class:llvm::mca::InstructionView
/freebsd-current/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:__anon220
27 Source(T t) : t(t) {} function in struct:__anon220::Source
[all...]
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h27 ExternalASTSourceWrapper(ExternalASTSource *Source) : m_Source(Source) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DConvertEBCDIC.cpp69 ConverterEBCDIC::convertToEBCDIC(StringRef Source, argument
101 void ConverterEBCDIC::convertToUTF8(StringRef Source, argument
H A DStringExtras.cpp39 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, argument
52 void llvm::SplitString(StringRef Source, argument
/freebsd-current/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-current/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h80 ArrayRef<T> copyArray(ArrayRef<T> Source) { argument
/freebsd-current/contrib/llvm-project/compiler-rt/include/orc_rt/
H A Dc_api.h126 orc_rt_CreateCWrapperFunctionResultFromString(const char *Source) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp86 BasicBlock *Source = BI->getParent(); local
/freebsd-current/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c191 void *Source; local
594 void *Source = NULL; local
[all...]
/freebsd-current/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair.c609 ACPI_OPERAND_OBJECT **Source; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h48 DeclTy Source = nullptr; // Currently only needed for dump(). member in class:clang::interp::final
H A DSource.h88 llvm::PointerUnion<const Decl *, const Stmt *> Source; member in class:clang::interp::final
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPushPopOptimizer.cpp90 Register Source = OperandPair->Source->getReg(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h41 std::optional<StringRef> Source; member in struct:llvm::DILineInfo

Completed in 535 milliseconds

1234567