Home
last modified time | relevance | path

Searched defs:Content (Results 1 – 25 of 99) sorted by relevance

1234

/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DScopifyEnum.cpp115 StringRef Content, unsigned Offset) { in addClassKeywordToDeclarations()
163 const auto MakeReplacement = [&](StringRef FilePath, StringRef Content, in scopifyEnumValue()
164 unsigned Offset) { in scopifyEnumValue()
211 StringRef Content = Buffer->get()->getBuffer(); in getContentForFile() local
221 llvm::Expected<StringRef> Content = getContentForFile(FilePath); in addReplacementForReference() local
236 ScopifyEnum::addReplacement(StringRef FilePath, StringRef Content, in addReplacement()
H A DRawStringLiteral.cpp70 static bool needsRaw(llvm::StringRef Content) { in needsRaw()
74 static bool canBeRaw(llvm::StringRef Content) { in canBeRaw()
/llvm-project/lld/test/ELF/
H A Dcompressed-input-err.s27 Content: "0100000000000000040000000000000001000000000000" global() label
40 Content: "030000000000000000000000000000000100000000000000789c030000000001" global() label
53 Content: "010000000000000004000000000000000100000000000000ffff" global() label
H A Daarch64-memtag-globals.s21 Content: '00' label
26 Content: '00' label
H A Dcompressed-input-err-zstd.s18 Content: "020000000000000000000000000000000100000000000000789c030000000001" label
H A Dcompressed-input-err-zlib.s18 Content: "010000000000000000000000000000000100000000000000789c030000000001" label
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
H A Dcompress-sections-within-segment.s34 Content: C3 label
38 Content: 010000000000000040000000000000000100000000000000789cd36280002d3269002f800151 label
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DArchiveYAML.h48 std::optional<yaml::BinaryRef> Content; member
54 std::optional<yaml::BinaryRef> Content; member
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp69 static void handleMethodOverloadList(ArrayRef<uint8_t> Content, in handleMethodOverloadList()
209 static void handleFieldList(ArrayRef<uint8_t> Content, in handleFieldList()
265 static void handlePointer(ArrayRef<uint8_t> Content, in handlePointer()
274 static void discoverTypeIndices(ArrayRef<uint8_t> Content, TypeLeafKind Kind, in discoverTypeIndices()
360 static bool discoverTypeIndices(ArrayRef<uint8_t> Content, SymbolKind Kind, in discoverTypeIndices()
/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObject.cpp22 addSectionWithOwnedContents(Section NewSection,std::unique_ptr<MemoryBuffer> && Content) addSectionWithOwnedContents() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h86 MemoryRegionInfo(ArrayRef<char> Content,JITTargetAddress TargetAddress,TargetFlagsType TargetFlags) MemoryRegionInfo() argument
102 setContent(ArrayRef<char> Content) setContent() argument
/llvm-project/lld/test/ELF/invalid/
H A Dtls-symbol.s19 Content: '' label
/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-amdgpu-invalid.s97Content: 07000000D400000020000000414D44475055000081ae616d646873612e6b65726e656c73918ab92e67726… label
/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h59 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
H A DStandaloneExecution.h76 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
/llvm-project/libc/utils/HdrGen/
H A DIncludeFileCommand.cpp
/llvm-project/llvm/unittests/Support/
H A DReplaceFileTest.cpp54 bool FDHasContent(int FD, StringRef Content) { in FDHasContent()
61 bool FileHasContent(StringRef File, StringRef Content) { in FileHasContent()
/llvm-project/clang/unittests/Tooling/
H A DRewriterTestContext.h68 FileID createInMemoryFile(StringRef Name, StringRef Content) { in createInMemoryFile() argument
80 FileID createOnDiskFile(StringRef Name, StringRef Content) { in createOnDiskFile() argument
/llvm-project/clang-tools-extra/clang-change-namespace/tool/
H A DClangChangeNamespace.cpp91 llvm::StringRef Content = File.get()->getBuffer(); in GetAllowedSymbolPatterns() local
157 std::string Content; in main() local
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/
H A DMemoryManagerErrorTests.cpp25 ArrayRef<char> Content = "hello, world!"; TEST() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSectCreate.cpp25 auto Content = G->allocateContent( materialize() local
/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp852 ArrayRef<uint8_t> Content = *ContentOrErr; dumpStackSizesSection() local
885 ArrayRef<uint8_t> Content = *ContentOrErr; dumpBBAddrMapSection() local
1002 ArrayRef<uint8_t> Content = *ContentOrErr; dumpAddrsigSection() local
1043 ArrayRef<uint8_t> Content = *ContentOrErr; dumpLinkerOptionsSection() local
1074 ArrayRef<uint8_t> Content = *ContentOrErr; dumpDependentLibrariesSection() local
1100 ArrayRef<uint8_t> Content = *ContentOrErr; dumpCallGraphProfileSection() local
1230 ArrayRef<uint8_t> Content = *ContentOrErr; dumpContentSection() local
1282 ArrayRef<uint8_t> Content = *ContentOrErr; dumpNoteSection() local
1318 ArrayRef<uint8_t> Content = *ContentOrErr; dumpHashSection() local
1360 ArrayRef<uint8_t> Content = *ContentOrErr; dumpGnuHashSection() local
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h89 ArrayRef<char> Content; member
98 ArrayRef<char> Content = in pickStub() local
109 ArrayRef<char> Content = in pickStub() local
118 ArrayRef<char> Content = isLE ? PointerJumpStubNoTOCContent_little in pickStub() local
/llvm-project/clang-tools-extra/clang-tidy/misc/ConfusableTable/
H A DBuildConfusableTable.cpp22 StringRef Content = Buffer->getBuffer(); in main() local
/llvm-project/lldb/source/Utility/
H A DLog.cpp154 llvm::SmallString<64> Content; VAPrintf() local
169 llvm::SmallString<64> Content; VAFormatf() local
183 llvm::SmallString<64> Content; VAError() local
202 llvm::SmallString<64> Content; Warning() local
[all...]

1234