/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | ConvertUTFWrapper.cpp | 19 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 D | StringExtras.cpp | 39 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 D | c_api_test.cpp | 94 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 D | ExternalASTMerger.cpp | 25 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 D | DeclFriend.cpp | 73 ExternalASTSource *Source = getParentASTContext().getExternalSource(); in getFirstFriend() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
H A D | ResourcePressureView.cpp | 55 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 D | InstructionInfoView.cpp | 25 ArrayRef<llvm::MCInst> Source = getSource(); in printView() local 160 ArrayRef<llvm::MCInst> Source = getSource(); in toJSON() local
|
H A D | InstructionView.h | 30 llvm::ArrayRef<llvm::MCInst> Source; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | TapiUniversal.cpp | 24 TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err) in TapiUniversal() 56 TapiUniversal::create(MemoryBufferRef Source) { in create()
|
H A D | MachOUniversal.cpp | 123 MachOUniversalBinary::create(MemoryBufferRef Source) { in create() 132 MachOUniversalBinary::MachOUniversalBinary(MemoryBufferRef Source, Error &Err) in MachOUniversalBinary()
|
H A D | SymbolicFile.cpp | 31 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile()
|
H A D | Binary.cpp | 36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary()
|
H A D | TapiFile.cpp | 40 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &interface, in TapiFile()
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | dxcontainer2yaml.cpp | 20 dumpDXContainer(MemoryBufferRef Source) { in dumpDXContainer() 85 llvm::MemoryBufferRef Source) { in dxcontainer2yaml()
|
H A D | offload2yaml.cpp | 37 Expected<OffloadYAML::Binary *> dump(MemoryBufferRef Source, in dump() 69 Error offload2yaml(raw_ostream &Out, MemoryBufferRef Source) { in offload2yaml()
|
H A D | archive2yaml.cpp | 19 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 D | FixIt.h | 62 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 D | SymbolRewriter.cpp | 96 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 D | TestSupport.cpp | 168 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 D | CVTypeVisitor.cpp | 221 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 D | README.rst | 30 Source chapter
|
/openbsd-src/gnu/usr.bin/cvs/lib/ |
H A D | strstr.c | 18 char *strstr(Source, What) in strstr() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 83 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 D | ExampleModules.h | 45 parseExampleModule(llvm::StringRef Source, llvm::StringRef Name) { in parseExampleModule()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | PseudoLoweringEmitter.cpp | 36 CodeGenInstruction Source; // The source pseudo instruction definition. member 237 CodeGenInstruction &Source = Expansion.Source; in emitLoweringEmitter() local
|