| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BitCodeFormat.rst | 649 MODULE_CODE_ASM Record 1111 .. _NUMENTRY: 1122 TYPE_CODE_VOID Record 1129 TYPE_CODE_HALF Record 1145 TYPE_CODE_FLOAT Record 1161 TYPE_CODE_LABEL Record 1221 TYPE_CODE_ARRAY Record 1253 TYPE_CODE_FP128 Record 1348 .. _FUNCTION_BLOCK: 1369 .. _METADATA_BLOCK: [all …]
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | Relocation.cpp | 174 bool skipRelocationProcessX86(uint64_t Type, uint64_t Contents) { in skipRelocationProcessX86() 178 bool skipRelocationProcessAArch64(uint64_t Type, uint64_t Contents) { in skipRelocationProcessAArch64() 179 auto IsMov = [](uint64_t Contents) -> bool { in skipRelocationProcessAArch64() 184 auto IsB = [](uint64_t Contents) -> bool { in skipRelocationProcessAArch64() 189 auto IsAdr = [](uint64_t Contents) -> bool { in skipRelocationProcessAArch64() 194 auto IsNop = [](uint64_t Contents) -> bool { return Contents == 0xd503201f; }; in skipRelocationProcessAArch64() 280 uint64_t extractValueX86(uint64_t Type, uint64_t Contents, uint64_t PC) { in extractValueX86() 288 uint64_t extractValueAArch64(uint64_t Type, uint64_t Contents, uint64_t PC) { in extractValueAArch64() 551 bool Relocation::skipRelocationProcess(uint64_t Type, uint64_t Contents) { in skipRelocationProcess() 564 uint64_t Relocation::extractValue(uint64_t Type, uint64_t Contents, in extractValue()
|
| /llvm-project-15.0.7/clang/unittests/libclang/ |
| H A D | TestUtils.h | 50 void WriteFile(std::string &Filename, const std::string &Contents) { in WriteFile() 62 void MapUnsavedFile(std::string Filename, const std::string &Contents) { in MapUnsavedFile()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | index.rst | 13 Contents chapter
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugSubsectionRecord.h | 69 DebugSubsectionRecord Contents; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | Check.cpp | 127 llvm::Optional<std::string> Contents) { in buildInvocation() 139 if (auto Contents = TFS.view(llvm::None)->getBufferForFile(File)) { in buildInvocation() local 279 llvm::Optional<std::string> Contents; in check() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | DraftStore.h | 30 std::shared_ptr<const std::string> Contents; member
|
| H A D | Compiler.h | 49 std::string Contents; member
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/wasm/ |
| H A D | WasmObject.h | 27 ArrayRef<uint8_t> Contents; member
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | 2010-03-09-AnonAggregate.cpp | 8 …struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents; member in MO
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 70 CachedFileContents *Contents) in CachedFileSystemEntry() 142 CachedFileContents *Contents; variable 319 std::unique_ptr<llvm::MemoryBuffer> Contents; member
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 94 const AccelTableBase &Contents; ///< Data to emit. member in __anon796e91580311::AccelTableWriter 108 AccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AccelTableWriter() 167 AppleAccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AppleAccelTableWriter() 510 AsmPrinter *Asm, const AccelTableBase &Contents, in Dwarf5AccelTableWriter() 538 void llvm::emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, in emitAppleAccelTableImpl() 546 AsmPrinter *Asm, AccelTable<DWARF5AccelTableData> &Contents, in emitDWARF5AccelTable() 579 AsmPrinter *Asm, AccelTable<DWARF5AccelTableStaticData> &Contents, in emitDWARF5AccelTable()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | JSON.h | 979 void array(Block Contents) { in array() 985 void object(Block Contents) { in object() 993 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue() 998 void rawValue(llvm::StringRef Contents) { in rawValue() 1010 void attribute(llvm::StringRef Key, const Value& Contents) { in attribute() 1014 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray() 1018 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() 1035 void attributeImpl(llvm::StringRef Key, Block Contents) { in attributeImpl()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | Markup.h | 68 std::string Contents; member
|
| H A D | Markup.cpp | 30 bool looksLikeTag(llvm::StringRef Contents) { in looksLikeTag() 293 CodeBlock(std::string Contents, std::string Language) in CodeBlock() 297 std::string Contents; member in clang::clangd::markup::__anone81cf9e70111::CodeBlock
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFObjcopy.cpp | 60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() 85 Expected<std::vector<uint8_t>> Contents = in addGnuDebugLink() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | OffloadDump.cpp | 79 Expected<StringRef> Contents = Sec.getContents(); in dumpOffloadBinary() local
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/XCOFF/ |
| H A D | XCOFFObject.h | 25 ArrayRef<uint8_t> Contents; member
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | PCHPreambleTest.cpp | 73 void AddFile(const std::string &Filename, const std::string &Contents) { in AddFile() 79 void RemapFile(const std::string &Filename, const std::string &Contents) { in RemapFile()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchTree.cpp | 469 BitVector Contents(Leaves.size()); in repartition() local 493 BitVector Contents(Leaves.size()); in repartition() local 510 BitVector Contents(Leaves.size()); in repartition() local 522 BitVector Contents(Leaves.size()); in repartition() local
|
| /llvm-project-15.0.7/llvm/unittests/MC/ |
| H A D | DwarfLineTableHeaders.cpp | 154 StringRef Contents = *ContentsOrErr; in verifyDebugLineContents() local 174 StringRef Contents = *ContentsOrErr; in verifyDebugLineStrContents() local
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugSubsectionRecord.cpp | 56 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
|
| H A D | DebugStringTableSubsection.cpp | 25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize()
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/ |
| H A D | SnippetFileTest.cpp | 42 Expected<std::vector<BenchmarkCode>> TestCommon(StringRef Contents) { in TestCommon()
|
| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | RemarkLinker.cpp | 50 if (Expected<StringRef> Contents = Section.getContents()) in getRemarksSectionContents() local
|