Home
last modified time | relevance | path

Searched defs:Source (Results 1 – 25 of 167) sorted by relevance

1234567

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DConvertUTFWrapper.cpp19 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, in ConvertUTF8toWide()
65 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) { in ConvertCodePointToUTF8()
243 static inline bool ConvertUTF8toWideInternal(llvm::StringRef Source, in ConvertUTF8toWideInternal()
259 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result) { in ConvertUTF8toWide()
263 bool ConvertUTF8toWide(const char *Source, std::wstring &Result) { in ConvertUTF8toWide()
271 bool convertWideToUTF8(const std::wstring &Source, std::string &Result) { in convertWideToUTF8()
H A DStringExtras.cpp39 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken()
52 void llvm::SplitString(StringRef Source, in SplitString()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dc_api_test.cpp94 char Source[SmallAllocSize]; in TEST() local
115 char Source[LargeAllocSize]; in TEST() local
136 char Source[SmallAllocSize]; in TEST() local
160 char Source[LargeAllocSize]; in TEST() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExternalASTMerger.cpp25 template <typename T> struct Source { struct
26 T t;
27 Source(T t) : t(t) {} in Source() function
28 operator T() { return t; } in operator T()
29 template <typename U = T> U &get() { return t; } in get()
30 template <typename U = T> const U &get() const { return t; } in get()
31 template <typename U> operator Source<U>() { return Source<U>(t); } in operator Source<U>()
H A DDeclFriend.cpp73 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in getFirstFriend() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp55 ArrayRef<llvm::MCInst> Source = getSource(); in onEvent() local
136 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerIter() local
157 ArrayRef<llvm::MCInst> Source = getSource(); in printResourcePressurePerInst() local
181 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON() local
H A DInstructionInfoView.cpp25 ArrayRef<llvm::MCInst> Source = getSource(); in printView() local
160 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON() local
H A DInstructionView.h30 llvm::ArrayRef<llvm::MCInst> Source; variable
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DTapiUniversal.cpp24 TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err) in TapiUniversal()
56 TapiUniversal::create(MemoryBufferRef Source) { in create()
H A DMachOUniversal.cpp123 MachOUniversalBinary::create(MemoryBufferRef Source) { in create()
132 MachOUniversalBinary::MachOUniversalBinary(MemoryBufferRef Source, Error &Err) in MachOUniversalBinary()
H A DSymbolicFile.cpp31 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile()
H A DBinary.cpp36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary()
H A DTapiFile.cpp40 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &interface, in TapiFile()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp20 dumpDXContainer(MemoryBufferRef Source) { in dumpDXContainer()
85 llvm::MemoryBufferRef Source) { in dxcontainer2yaml()
H A Doffload2yaml.cpp37 Expected<OffloadYAML::Binary *> dump(MemoryBufferRef Source, in dump()
69 Error offload2yaml(raw_ostream &Out, MemoryBufferRef Source) { in offload2yaml()
H A Darchive2yaml.cpp19 Expected<ArchYAML::Archive *> dump(MemoryBufferRef Source) { in dump()
103 Error archive2yaml(raw_ostream &Out, MemoryBufferRef Source) { in archive2yaml()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/
H A DFixIt.h62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement()
70 FixItHint createReplacement(const D &Destination, StringRef Source) { in createReplacement()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp96 const std::string &Source, in rewriteComdat()
115 const std::string Source; member in __anon0545776f0111::ExplicitRewriteDescriptor
329 std::string Source; in parseRewriteFunctionDescriptor() local
398 std::string Source; in parseRewriteGlobalVariableDescriptor() local
461 std::string Source; in parseRewriteGlobalAliasDescriptor() local
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp168 StringRef Source = ErrOrFile.get()->getBuffer(); in getLineColumn() local
266 static unsigned addColumnOffset(StringRef Source, unsigned Offset, in addColumnOffset()
276 static unsigned addEndLineOffsetAndEndColumn(StringRef Source, unsigned Offset, in addEndLineOffsetAndEndColumn()
304 StringRef Source = ErrOrFile.get()->getBuffer(); in findTestSelectionRanges() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp221 VisitorDataSource Source) { in visitTypeRecord()
228 VisitorDataSource Source) { in visitTypeRecord()
235 VisitorDataSource Source) { in visitTypeStream()
257 VisitorDataSource Source) { in visitMemberRecord()
/openbsd-src/gnu/llvm/llvm/utils/lit/
H A DREADME.rst30 Source chapter
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dstrstr.c18 char *strstr(Source, What) in strstr() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h83 static WrapperFunctionResult copyFrom(const char *Source, size_t Size) { in copyFrom()
88 static WrapperFunctionResult copyFrom(const char *Source) { in copyFrom()
93 static WrapperFunctionResult copyFrom(const std::string &Source) { in copyFrom()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/
H A DExampleModules.h45 parseExampleModule(llvm::StringRef Source, llvm::StringRef Name) { in parseExampleModule()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp36 CodeGenInstruction Source; // The source pseudo instruction definition. member
237 CodeGenInstruction &Source = Expansion.Source; in emitLoweringEmitter() local

1234567