/llvm-project/llvm/docs/ |
H A D | BitCodeFormat.rst | 580 MODULE_CODE_VERSIONMODULE_BLOCK Contents global() argument 582 MODULE_CODE_VERSION RecordMODULE_BLOCK Contents global() argument 638 MODULE_CODE_TRIPLE RecordMODULE_BLOCK Contents global() argument 646 MODULE_CODE_DATALAYOUT RecordMODULE_BLOCK Contents global() argument 654 MODULE_CODE_ASM RecordMODULE_BLOCK Contents global() argument 665 MODULE_CODE_SECTIONNAME RecordMODULE_BLOCK Contents global() argument 677 MODULE_CODE_DEPLIB RecordMODULE_BLOCK Contents global() argument 687 MODULE_CODE_GLOBALVAR RecordMODULE_BLOCK Contents global() argument 781 MODULE_CODE_FUNCTION RecordMODULE_BLOCK Contents global() argument 850 MODULE_CODE_ALIAS RecordMODULE_BLOCK Contents global() argument 882 MODULE_CODE_GCNAME RecordMODULE_BLOCK Contents global() argument 906 PARAMATTR_CODE_ENTRYPARAMATTR_BLOCK Contents global() argument 908 PARAMATTR_CODE_ENTRY RecordPARAMATTR_BLOCK Contents global() argument 920 PARAMATTR_CODE_ENTRY_OLD RecordPARAMATTR_BLOCK Contents global() argument 971 PARAMATTR_GRP_CODE_ENTRYPARAMATTR_GROUP_BLOCK Contents global() argument 973 PARAMATTR_GRP_CODE_ENTRY RecordPARAMATTR_GROUP_BLOCK Contents global() argument 1123 TYPE_CODE_NUMENTRYTYPE_BLOCK Contents global() argument 1124 NUMENTRYTYPE_BLOCK Contents global() argument 1126 TYPE_CODE_NUMENTRY RecordTYPE_BLOCK Contents global() argument 1135 TYPE_CODE_VOID RecordTYPE_BLOCK Contents global() argument 1142 TYPE_CODE_HALF RecordTYPE_BLOCK Contents global() argument 1150 TYPE_CODE_BFLOAT RecordTYPE_BLOCK Contents global() argument 1158 TYPE_CODE_FLOAT RecordTYPE_BLOCK Contents global() argument 1166 TYPE_CODE_DOUBLE RecordTYPE_BLOCK Contents global() argument 1174 TYPE_CODE_LABEL RecordTYPE_BLOCK Contents global() argument 1181 TYPE_CODE_OPAQUE RecordTYPE_BLOCK Contents global() argument 1190 TYPE_CODE_INTEGER RecordTYPE_BLOCK Contents global() argument 1198 TYPE_CODE_POINTER RecordTYPE_BLOCK Contents global() argument 1211 TYPE_CODE_FUNCTION_OLD RecordTYPE_BLOCK Contents global() argument 1234 TYPE_CODE_ARRAY RecordTYPE_BLOCK Contents global() argument 1246 TYPE_CODE_VECTOR RecordTYPE_BLOCK Contents global() argument 1258 TYPE_CODE_X86_FP80 RecordTYPE_BLOCK Contents global() argument 1266 TYPE_CODE_FP128 RecordTYPE_BLOCK Contents global() argument 1274 TYPE_CODE_PPC_FP128 RecordTYPE_BLOCK Contents global() argument 1282 TYPE_CODE_METADATA RecordTYPE_BLOCK Contents global() argument 1289 TYPE_CODE_X86_MMX RecordTYPE_BLOCK Contents global() argument 1296 TYPE_CODE_STRUCT_ANON RecordTYPE_BLOCK Contents global() argument 1309 TYPE_CODE_STRUCT_NAME RecordTYPE_BLOCK Contents global() argument 1318 TYPE_CODE_STRUCT_NAMED RecordTYPE_BLOCK Contents global() argument 1332 TYPE_CODE_FUNCTION RecordTYPE_BLOCK Contents global() argument 1347 TYPE_CODE_X86_AMX RecordTYPE_BLOCK Contents global() argument 1354 TYPE_CODE_TARGET_TYPE RecordTYPE_BLOCK Contents global() argument 1376 FUNCTION_BLOCKCONSTANTS_BLOCK Contents global() argument 1390 VALUE_SYMTAB_BLOCKFUNCTION_BLOCK Contents global() argument 1397 METADATA_BLOCKVALUE_SYMTAB_BLOCK Contents global() argument 1404 METADATA_ATTACHMENTMETADATA_BLOCK Contents global() argument 1411 STRTAB_BLOCKMETADATA_ATTACHMENT Contents global() argument [all...] |
/llvm-project/bolt/lib/Core/ |
H A D | Relocation.cpp | 259 static bool skipRelocationProcessX86(uint64_t &Type, uint64_t Contents) { in skipRelocationProcessAArch64() argument 255 skipRelocationProcessX86(uint64_t & Type,uint64_t Contents) skipRelocationProcessX86() argument 260 __anona44b90a10202(uint64_t Contents) skipRelocationProcessAArch64() argument 265 __anona44b90a10302(uint64_t Contents) skipRelocationProcessAArch64() argument 270 __anona44b90a10402(uint64_t Contents) skipRelocationProcessAArch64() argument 275 __anona44b90a10502(uint64_t Contents) skipRelocationProcessAArch64() argument 280 __anona44b90a10602(uint64_t Contents) skipRelocationProcessAArch64() argument 346 skipRelocationProcessRISCV(uint64_t & Type,uint64_t Contents) skipRelocationProcessRISCV() argument 406 extractValueX86(uint64_t Type,uint64_t Contents,uint64_t PC) extractValueX86() argument 414 extractValueAArch64(uint64_t Type,uint64_t Contents,uint64_t PC) extractValueAArch64() argument 522 extractUImmRISCV(uint32_t Contents) extractUImmRISCV() argument 526 extractIImmRISCV(uint32_t Contents) extractIImmRISCV() argument 530 extractSImmRISCV(uint32_t Contents) extractSImmRISCV() argument 534 extractJImmRISCV(uint32_t Contents) extractJImmRISCV() argument 540 extractBImmRISCV(uint32_t Contents) extractBImmRISCV() argument 546 extractValueRISCV(uint64_t Type,uint64_t Contents,uint64_t PC) extractValueRISCV() argument 815 skipRelocationProcess(uint64_t & Type,uint64_t Contents) skipRelocationProcess() argument 841 extractValue(uint64_t Type,uint64_t Contents,uint64_t PC) extractValue() argument [all...] |
/llvm-project/clang-tools-extra/docs/ |
H A D | index.rst | 13 Contents chapter
|
/llvm-project/clang/unittests/Serialization/ |
H A D | PreambleInNamedModulesTest.cpp | 36 void addFile(StringRef Path, StringRef Contents, PathType &AbsPath) { in addFile() argument 51 void addFile(StringRef Path, StringRef Contents) { in addFile() argument
|
H A D | VarDeclConstantInitTest.cpp | 39 void addFile(StringRef Path, StringRef Contents) { in addFile() argument
|
H A D | ForceCheckFileInputTest.cpp | 41 void addFile(StringRef Path, StringRef Contents) { in addFile() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 152 const SmallVectorImpl<char> &Contents = DF->getContents(); dump() local 176 const SmallVectorImpl<char> &Contents = CEIF->getContents(); dump() local
|
/llvm-project/clang/unittests/libclang/ |
H A D | TestUtils.h | 58 void WriteFile(std::string &Filename, const std::string &Contents) { in WriteFile() 75 void MapUnsavedFile(std::string Filename, const std::string &Contents) { in MapUnsavedFile()
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugSubsectionRecord.h | 69 DebugSubsectionRecord Contents; variable
|
/llvm-project/llvm/lib/Object/ |
H A D | OffloadBinary.cpp | 37 extractOffloadFiles(MemoryBufferRef Contents,SmallVectorImpl<OffloadFile> & Binaries) extractOffloadFiles() argument 94 MemoryBufferRef Contents(*Buffer, Obj.getFileName()); extractFromObject() local 136 MemoryBufferRef Contents(CDS->getAsString(), M->getName()); extractFromBitcode() local
|
/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObjcopy.cpp | 61 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection() argument 86 Expected<std::vector<uint8_t>> Contents = in addGnuDebugLink() local 139 ArrayRef<uint8_t> Contents = Section.getContents(); in dumpSection() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | DraftStore.h | 31 std::shared_ptr<const std::string> Contents; member
|
H A D | Compiler.h | 51 std::string Contents; global() member
|
/llvm-project/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/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObject.h | 28 ArrayRef<uint8_t> Contents; member
|
/llvm-project/clang/unittests/Sema/ |
H A D | SemaNoloadLookupTest.cpp | 40 void addFile(StringRef Path, StringRef Contents) { in addFile() argument 56 StringRef Contents) { in GenerateModuleInterface() argument
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 71 CachedFileContents *Contents) in CachedFileSystemEntry() argument 142 CachedFileContents *Contents; global() variable 386 std::unique_ptr<llvm::MemoryBuffer> Contents; global() member [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 1003 void array(Block Contents) { in array() 1009 void object(Block Contents) { in object() 1017 void rawValue(llvm::function_ref<void(raw_ostream &)> Contents) { in rawValue() 1022 void rawValue(llvm::StringRef Contents) { in rawValue() 1034 void attribute(llvm::StringRef Key, const Value& Contents) { in attribute() 1038 void attributeArray(llvm::StringRef Key, Block Contents) { in attributeArray() 1042 void attributeObject(llvm::StringRef Key, Block Contents) { in attributeObject() 1059 void attributeImpl(llvm::StringRef Key, Block Contents) { in attributeImpl()
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Markup.h | 68 std::string Contents; member
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 83 const AccelTableBase &Contents; ///< Data to emit. global() member in __anon6191a53b0311::AccelTableWriter 97 AccelTableWriter(AsmPrinter * Asm,const AccelTableBase & Contents,bool SkipIdenticalHashes) AccelTableWriter() argument 156 AppleAccelTableWriter(AsmPrinter * Asm,const AccelTableBase & Contents,ArrayRef<Atom> Atoms,const MCSymbol * SecBegin) AppleAccelTableWriter() argument 599 Dwarf5AccelTableWriter(AsmPrinter * Asm,const AccelTableBase & Contents,ArrayRef<std::variant<MCSymbol *,uint64_t>> CompUnits,ArrayRef<std::variant<MCSymbol *,uint64_t>> TypeUnits,llvm::function_ref<std::optional<DWARF5AccelTable::UnitIndexAndEncoding> (const DWARF5AccelTableData &)> getIndexForEntry,bool IsSplitDwarf) Dwarf5AccelTableWriter() argument 636 emitAppleAccelTableImpl(AsmPrinter * Asm,AccelTableBase & Contents,StringRef Prefix,const MCSymbol * SecBegin,ArrayRef<AppleAccelTableData::Atom> Atoms) emitAppleAccelTableImpl() argument 644 emitDWARF5AccelTable(AsmPrinter * Asm,DWARF5AccelTable & Contents,const DwarfDebug & DD,ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) emitDWARF5AccelTable() argument 712 emitDWARF5AccelTable(AsmPrinter * Asm,DWARF5AccelTable & Contents,ArrayRef<std::variant<MCSymbol *,uint64_t>> CUs,llvm::function_ref<std::optional<DWARF5AccelTable::UnitIndexAndEncoding> (const DWARF5AccelTableData &)> getIndexForEntry) emitDWARF5AccelTable() argument [all...] |
/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObject.h | 25 ArrayRef<uint8_t> Contents; member
|
/llvm-project/clang/unittests/Frontend/ |
H A D | PCHPreambleTest.cpp | 73 void AddFile(const std::string &Filename, const std::string &Contents) { in AddFile() argument 79 void RemapFile(const std::string &Filename, const std::string &Contents) { in RemapFile() argument
|
H A D | ReparseWorkingDirTest.cpp | 38 void AddFile(const std::string &Filename, const std::string &Contents) { in AddFile() argument
|
/llvm-project/llvm/unittests/MC/ |
H A D | DwarfLineTableHeaders.cpp | 154 arrayRefFromStringRef(Contents.slice(0, ExpectedEncoding.size())), in verifyDebugLineContents() local 174 ASSERT_TRUE(Contents.size() == 9); in verifyDebugLineStrContents() local
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugSubsectionRecord.cpp | 56 const DebugSubsectionRecord &Contents) in DebugSubsectionRecordBuilder()
|