Home
last modified time | relevance | path

Searched refs:Contents (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/llvm-project-15.0.7/bolt/lib/Core/
H A DRelocation.cpp194 auto IsNop = [](uint64_t Contents) -> bool { return Contents == 0xd503201f; }; in skipRelocationProcessAArch64() argument
197 if (IsNop(Contents)) in skipRelocationProcessAArch64()
214 if (IsMov(Contents)) in skipRelocationProcessAArch64()
232 if (IsB(Contents)) in skipRelocationProcessAArch64()
245 if (IsAdr(Contents)) in skipRelocationProcessAArch64()
285 return Contents; in extractValueX86()
296 return Contents; in extractValueAArch64()
335 Contents = static_cast<int64_t>(PC) + SignExtend64<33>(Contents << 12); in extractValueAArch64()
336 Contents &= ~0xfffUll; in extractValueAArch64()
337 return Contents; in extractValueAArch64()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h199 } Contents; variable
553 return Contents.CI; in getCImm()
558 return Contents.CFP; in getFPImm()
563 return Contents.MBB; in getMBB()
584 return Contents.Sym; in getMCSymbol()
657 return Contents.MD; in getMetadata()
671 Contents.CI = CI; in setCImm()
676 Contents.CFP = CFP; in setFPImm()
695 Contents.MD = MD; in setMetadata()
700 Contents.MBB = MBB; in setMBB()
[all …]
H A DScheduleDAG.h91 } Contents; variable
105 : Dep(S, kind), Contents() { in SDep()
113 Contents.Reg = Reg; in SDep()
117 Contents.Reg = Reg; in SDep()
124 : Dep(S, Order), Contents(), Latency(0) { in SDep()
125 Contents.OrdKind = kind; in SDep()
212 return getKind() == Data && Contents.Reg != 0; in isAssignedRegDep()
221 return Contents.Reg; in getReg()
235 Contents.Reg = Reg; in setReg()
472 return Contents.Reg == Other.Contents.Reg; in overlaps()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DMarkup.cpp31 if (Contents.empty()) in looksLikeTag()
33 if (Contents.front() == '!' || Contents.front() == '?' || in looksLikeTag()
34 Contents.front() == '/') in looksLikeTag()
40 Contents = Contents in looksLikeTag()
47 for (; !Contents.empty(); Contents = Contents.drop_front()) { in looksLikeTag()
48 if (llvm::isAlnum(Contents.front()) || llvm::isSpace(Contents.front())) in looksLikeTag()
50 if (Contents.front() == '>' || Contents.startswith("/>")) in looksLikeTag()
52 if (Contents.front() == '=') in looksLikeTag()
294 : Contents(std::move(Contents)), Language(std::move(Language)) {} in CodeBlock()
297 std::string Contents; member in clang::clangd::markup::__anone81cf9e70111::CodeBlock
[all …]
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h64 : MaybeStat(std::move(Stat)), Contents(nullptr) { in CachedFileSystemEntry()
70 CachedFileContents *Contents) in CachedFileSystemEntry() argument
71 : MaybeStat(std::move(Stat)), Contents(std::move(Contents)) { in CachedFileSystemEntry()
85 assert(Contents && "contents not initialized"); in getOriginalContents()
86 return Contents->Original->getBuffer(); in getOriginalContents()
95 assert(Contents && "contents not initialized"); in getDirectiveTokens()
96 if (auto *Directives = Contents->DepDirectives.load()) { in getDirectiveTokens()
124 return Contents; in getCachedContents()
142 CachedFileContents *Contents; variable
319 std::unique_ptr<llvm::MemoryBuffer> Contents; member
[all …]
/llvm-project-15.0.7/lld/test/COFF/
H A Dfunctionpadmin.test47 BASE: Contents of section .text:
50 BASE-NEXT: Contents of section .rdata:
52 BASE-NEXT: Contents of section .pdata:
55 PADDED: Contents of section .text:
59 PADDED-NEXT: Contents of section .rdata:
61 PADDED-NEXT: Contents of section .pdata:
64 PADDED-MORE: Contents of section .text:
76 MULTI-BASE: Contents of section .text:
111 HELLO: Contents of section .text:
116 HELLO-NEXT: Contents of section .data:
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp127 llvm::Optional<std::string> Contents) { in buildInvocation() argument
135 if (Contents) { in buildInvocation()
136 Inputs.Contents = *Contents; in buildInvocation()
137 log("Imaginary source file contents:\n{0}", Inputs.Contents); in buildInvocation()
140 Inputs.Contents = Contents->get()->getBuffer().str(); in buildInvocation()
159 Style = getFormatStyleForFile(File, Inputs.Contents, TFS); in buildInvocation()
223 Position Pos = offsetToPosition(Inputs.Contents, Start); in testLocationFeatures()
264 Position EndPos = offsetToPosition(Inputs.Contents, End); in testLocationFeatures()
279 llvm::Optional<std::string> Contents; in check() local
284 Contents = R"cpp( in check()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp110 : Asm(Asm), Contents(Contents), SkipIdenticalHashes(SkipIdenticalHashes) { in AccelTableWriter()
169 : AccelTableWriter(Asm, Contents, true), in AppleAccelTableWriter()
170 Header(Contents.getBucketCount(), Contents.getUniqueHashCount(), in AppleAccelTableWriter()
262 const auto &Buckets = Contents.getBuckets(); in emitOffsets()
513 : AccelTableWriter(Asm, Contents, false), in Dwarf5AccelTableWriter()
515 Contents.getUniqueNameCount()), in Dwarf5AccelTableWriter()
541 Contents.finalize(Asm, Prefix); in emitAppleAccelTableImpl()
568 Contents.finalize(Asm, "names"); in emitDWARF5AccelTable()
570 Asm, Contents, CompUnits, in emitDWARF5AccelTable()
583 Contents.finalize(Asm, "names"); in emitDWARF5AccelTable()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp56 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder() argument
57 : Contents(Contents) {} in DebugSubsectionRecordBuilder()
61 : Contents.getRecordData().getLength(); in calculateSerializedLength()
73 Header.Kind = uint32_t(Subsection ? Subsection->kind() : Contents.kind()); in commit()
77 : Contents.getRecordData().getLength(); in commit()
86 if (auto EC = Writer.writeStreamRef(Contents.getRecordData())) in commit()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.h29 SmallVector<AttributeItem, 64> Contents; variable
35 for (size_t i = 0; i < Contents.size(); ++i) in getAttributeItem()
36 if (Contents[i].Tag == Attribute) in getAttributeItem()
37 return &Contents[i]; in getAttributeItem()
53 Contents.push_back({AttributeType::Numeric, Attribute, Value, ""}); in setAttributeItem()
68 Contents.push_back({AttributeType::Text, Attribute, 0, std::string(Value)}); in setAttributeItem()
84 Contents.push_back({AttributeType::NumericAndText, Attribute, IntValue, in setAttributeItems()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp49 CachedFileContents *Contents = Entry.getCachedContents(); in scanForDirectivesIfNecessary() local
50 assert(Contents && "contents not initialized"); in scanForDirectivesIfNecessary()
53 if (Contents->DepDirectives.load()) in scanForDirectivesIfNecessary()
56 std::lock_guard<std::mutex> GuardLock(Contents->ValueLock); in scanForDirectivesIfNecessary()
59 if (Contents->DepDirectives.load()) in scanForDirectivesIfNecessary()
66 Contents->DepDirectiveTokens, in scanForDirectivesIfNecessary()
68 Contents->DepDirectiveTokens.clear(); in scanForDirectivesIfNecessary()
78 Contents->DepDirectives.store( in scanForDirectivesIfNecessary()
139 std::unique_ptr<llvm::MemoryBuffer> Contents) { in getOrEmplaceEntryForUID() argument
144 if (Contents) in getOrEmplaceEntryForUID()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h31 SmallVector<AttributeItem, 64> Contents; variable
36 for (size_t i = 0; i < Contents.size(); ++i) in getAttributeItem()
37 if (Contents[i].Tag == Attribute) in getAttributeItem()
38 return &Contents[i]; in getAttributeItem()
54 Contents.push_back({AttributeType::Numeric, Attribute, Value, ""}); in setAttributeItem()
69 Contents.push_back({AttributeType::Text, Attribute, 0, std::string(Value)}); in setAttributeItem()
85 Contents.push_back({AttributeType::NumericAndText, Attribute, IntValue, in setAttributeItems()
/llvm-project-15.0.7/lldb/test/API/macosx/add-dsym/
H A DMakefile5 all: a.out.dSYM hide.app/Contents/a.out.dSYM
7 hide.app/Contents/a.out.dSYM:
9 mkdir hide.app/Contents
10 mv a.out.dSYM hide.app/Contents
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp274 MO->Contents.Reg.Prev = MO; in addRegOperandToUseList()
275 MO->Contents.Reg.Next = nullptr; in addRegOperandToUseList()
285 Head->Contents.Reg.Prev = MO; in addRegOperandToUseList()
286 MO->Contents.Reg.Prev = Last; in addRegOperandToUseList()
292 MO->Contents.Reg.Next = Head; in addRegOperandToUseList()
296 MO->Contents.Reg.Next = nullptr; in addRegOperandToUseList()
297 Last->Contents.Reg.Next = MO; in addRegOperandToUseList()
316 Prev->Contents.Reg.Next = Next; in removeRegOperandFromUseList()
320 MO->Contents.Reg.Prev = nullptr; in removeRegOperandFromUseList()
321 MO->Contents.Reg.Next = nullptr; in removeRegOperandFromUseList()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DDraftStoreTests.cpp23 EXPECT_EQ("", *DS.getDraft(File)->Contents); in TEST()
27 EXPECT_EQ("x", *DS.getDraft(File)->Contents); in TEST()
31 EXPECT_EQ("x", *DS.getDraft(File)->Contents); in TEST()
36 EXPECT_EQ("y", *DS.getDraft(File)->Contents); in TEST()
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/XCOFF/
H A Draw-section-data.test5 # CHECK: Contents of section .text:
14 # CHECK-NEXT: Contents of section .data:
18 # CHECK-NEXT: Contents of section .bss:
20 # CHECK-NEXT: Contents of section .tdata:
22 # CHECK-NEXT: Contents of section .tbss:
/llvm-project-15.0.7/lld/test/ELF/
H A Dmips-gp-ext.s32 # REL: Contents of section .reginfo:
37 # REL: Contents of section .text:
44 # REL: Contents of section .data:
53 # ABS: Contents of section .reginfo:
58 # ABS: Contents of section .text:
65 # ABS: Contents of section .data:
H A Ddebug-dead-reloc.s11 # CHECK: Contents of section .debug_loc:
13 # CHECK-NEXT: Contents of section .debug_ranges:
15 # CHECK-NEXT: Contents of section .debug_addr:
18 # CHECK-NEXT: Contents of section .debug_foo:
26 # OVERRIDE: Contents of section .debug_loc:
/llvm-project-15.0.7/llvm/test/Object/
H A Dobjdump-section-content.test4 # COFF-i386: Contents of section .text:
8 # COFF-i386: Contents of section .data:
15 # ELF-i386: Contents of section .text:
19 # ELF-i386: Contents of section .rodata.str1.1:
40 # BSS: Contents of section .bss:
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Dsection-contents.test3 CHECK: Contents of section __TEXT,__text:
8 CHECK: Contents of section __TEXT,__cstring:
10 CHECK: Contents of section __LD,__compact_unwind:
13 CHECK: Contents of section __TEXT,__eh_frame:
H A Dliterals.test16 # CHECK-LIT4: Contents of (__TEXT,__literal4) section
24 # NON-VERBOSE-LIT4: Contents of (__TEXT,__literal4) section
40 # CHECK-LIT8: Contents of (__TEXT,__literal8) section
48 # NON-VERBOSE-LIT8: Contents of (__TEXT,__literal8) section
59 # CHECK-LIT16: Contents of (__TEXT,__literal16) section
62 # NON-VERBOSE-LIT16: Contents of (__TEXT,__literal16) section
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Doutput-ordering.test28 # CHECK: Contents of section .rel.text:
29 # CHECK: Contents of section .dynamic:
30 # CHECK: Contents of section .symtab:
31 # CHECK: Contents of section .strtab:
32 # CHECK: Contents of section .shstrtab:
/llvm-project-15.0.7/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp44 ArrayRef<uint8_t> Contents = Sec.Contents; in dumpSectionToFile() local
46 FileOutputBuffer::create(Filename, Contents.size()); in dumpSectionToFile()
50 std::copy(Contents.begin(), Contents.end(), Buf->getBufferStart()); in dumpSectionToFile()
132 Sec.Contents = makeArrayRef<uint8_t>( in handleArgs()
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dlinkorder2.s10 # CHECK: Contents of section .rodata:
12 # CHECK: Contents of section .text:
20 # INV: Contents of section .rodata:
22 # INV: Contents of section .text:
/llvm-project-15.0.7/lldb/test/API/macosx/find-app-in-bundle/
H A DMakefile3 all: clean TestApp.app/Contents/MacOS/TestApp
7 TestApp.app/Contents/MacOS/TestApp: $(EXE) $(DSYM)
9 mv TestApp TestApp.app/Contents/MacOS/TestApp

12345678910>>...15