Home
last modified time | relevance | path

Searched refs:getArray (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp199 auto &Array = Stack.back().Node.getArray(); in readFromBlob()
269 MPWriter.writeArraySize(Node.getArray().size()); in writeToBlob()
271 {Node, DocNode::MapTy::iterator(), Node.getArray().begin(), false}); in writeToBlob()
307 if (Stack.back().ArrayIt != Stack.back().Node.getArray().end()) in writeToBlob()
H A DMsgPackDocumentYAML.cpp162 N.getArray(/*Convert=*/true); in getAsSequence()
H A DAMDGPUMetadataVerifier.cpp61 auto &Array = Node.getArray(); in verifyArray()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp221 const auto *Values = Obj->getArray(Keys[Key]); in collectFromArray()
256 const auto *Targets = Section->getArray(Keys[TBDKey::Targets]); in getTargets()
274 const Array *Targets = Section->getArray(Keys[TBDKey::TargetInfo]); in getTargetsSection()
367 const Array *Section = File->getArray(Keys[TBDKey::InstallName]); in getNameSection()
383 const Array *Section = File->getArray(Keys[Key]); in getSymbolSection()
443 auto *Section = File->getArray(Keys[Key]); in getLibSection()
474 const auto *Umbrella = File->getArray(Keys[TBDKey::ParentUmbrella]); in getUmbrellaSection()
505 const Array *Versions = File->getArray(Keys[TBDKey::SwiftABI]); in getSwiftVersion()
523 const Array *Versions = File->getArray(Keys[Key]); in getPackedVersion()
550 const Array *Section = File->getArray(Keys[TBDKey::Flags]); in getFlags()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp876 .getArray(/*Convert=*/true)[0] in refRegisters()
894 .getArray(/*Convert=*/true)[0] in refShaderFunctions()
917 .getArray(/*Convert=*/true)[0] in refComputeRegisters()
933 .getArray(/*Convert=*/true)[0] in refGraphicsRegisters()
971 .getArray(/*Convert=*/true)[0] in refHwStage()
1037 return Version.getArray()[idx].getUInt(); in getPALVersion()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp245 auto Iter = SC.checksums().getArray().at(Offset); in getNameFromChecksums()
246 if (Iter == SC.checksums().getArray().end()) { in getNameFromChecksums()
280 auto Iter = SC.checksums().getArray().at(Offset); in formatFromChecksumsOffset()
281 if (Iter == SC.checksums().getArray().end()) { in formatFromChecksumsOffset()
H A DNativeInlineSiteSymbol.cpp223 auto ChecksumIter = Checksums->getArray().at(FileChecksumOffset); in findInlineeLinesByVA()
H A DSymbolCache.cpp586 ExpectedChecksums->getArray().at(LineIter->FileNameIndex); in findLineNumbersByVA()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h71 const FileChecksumArray &getArray() const { return Checksums; }
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.cpp113 json::Array *Regions = JO.getArray("CodeRegions"); in printReport()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h134 ArrayDocNode &getArray(bool Convert = false) {
401 return N.getArray(); in getArrayNode()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp294 json::Array *Artifacts = Run.getArray("artifacts"); in endRun()
409 json::Array *Results = Run.getArray("results"); in appendResult()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp166 auto Headers = Root->getArray("headers"); in parse()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp175 Index = Ptr.getArray().getNumElems(); in toAPValue()
181 Ptr = Ptr.getArray(); in toAPValue()
H A DInterpFrame.cpp134 F = F.isArrayElement() ? F.getArray().expand() : F.getBase(); in print()
H A DPointer.h297 [[nodiscard]] Pointer getArray() const { in getArray() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp77 const json::Array *Object::getArray(StringRef K) const { in getArray() function in llvm::json::Object
82 json::Array *Object::getArray(StringRef K) { in getArray() function in llvm::json::Object
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h154 const json::Array *getArray(StringRef K) const;
155 json::Array *getArray(StringRef K);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp557 auto Iter = Checksums.getArray().at(FileID); in getFileName()
558 if (Iter == Checksums.getArray().end()) in getFileName()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp912 auto iter = checksums.getArray().at(fileID); in getFileName()
913 if (iter == checksums.getArray().end()) in getFileName()
997 assert(checksums.getArray().getUnderlyingStream().getLength() == in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp557 getRootMetadata("amdhsa.kernels").getArray(/*Convert=*/true); in emitKernel()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp144 CVFileChecksumTable.getArray().at(FileOffset); in getFileNameForFileOffset()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5149 static std::array<T, N> getArray(const MachOObjectFile &O, const void *Ptr) { in getArray() function
5217 auto RawValue = getArray<uint32_t, 1>(*this, ImportPtr); in getDyldChainedFixupTargets()
5226 auto RawValue = getArray<uint32_t, 2>(*this, ImportPtr); in getDyldChainedFixupTargets()
5235 auto RawValue = getArray<uint64_t, 2>(*this, ImportPtr); in getDyldChainedFixupTargets()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1695 static DeclaratorChunk getArray(unsigned TypeQuals, in getArray() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp8113 D.AddTypeInfo(DeclaratorChunk::getArray(0, false, false, nullptr, in ParseBracketDeclarator()
8129 D.AddTypeInfo(DeclaratorChunk::getArray(0, false, false, ExprRes.get(), in ParseBracketDeclarator()
8207 DeclaratorChunk::getArray(DS.getTypeQualifiers(), StaticLoc.isValid(), in ParseBracketDeclarator()

12