Home
last modified time | relevance | path

Searched defs:Contents (Results 1 – 25 of 115) sorted by relevance

12345

/llvm-project-15.0.7/llvm/docs/
H A DBitCodeFormat.rst649 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 DRelocation.cpp174 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 DTestUtils.h50 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 Dindex.rst13 Contents chapter
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionRecord.h69 DebugSubsectionRecord Contents; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp127 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 DDraftStore.h30 std::shared_ptr<const std::string> Contents; member
H A DCompiler.h49 std::string Contents; member
/llvm-project-15.0.7/llvm/lib/ObjCopy/wasm/
H A DWasmObject.h27 ArrayRef<uint8_t> Contents; member
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A D2010-03-09-AnonAggregate.cpp8 …struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents; member in MO
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h70 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 DAccelTable.cpp94 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 DJSON.h979 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 DMarkup.h68 std::string Contents; member
H A DMarkup.cpp30 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 DCOFFObjcopy.cpp60 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 DOffloadDump.cpp79 Expected<StringRef> Contents = Sec.getContents(); in dumpOffloadBinary() local
/llvm-project-15.0.7/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h25 ArrayRef<uint8_t> Contents; member
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp73 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 DGIMatchTree.cpp469 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 DDwarfLineTableHeaders.cpp154 StringRef Contents = *ContentsOrErr; in verifyDebugLineContents() local
174 StringRef Contents = *ContentsOrErr; in verifyDebugLineStrContents() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp56 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
H A DDebugStringTableSubsection.cpp25 Error DebugStringTableSubsectionRef::initialize(BinaryStreamRef Contents) { in initialize()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetFileTest.cpp42 Expected<std::vector<BenchmarkCode>> TestCommon(StringRef Contents) { in TestCommon()
/llvm-project-15.0.7/llvm/lib/Remarks/
H A DRemarkLinker.cpp50 if (Expected<StringRef> Contents = Section.getContents()) in getRemarksSectionContents() local

12345