Home
last modified time | relevance | path

Searched refs:getArray (Results 1 – 25 of 30) 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.cpp248 const auto *Values = Obj->getArray(Keys[Key]); in collectFromArray()
283 const auto *Targets = Section->getArray(Keys[TBDKey::Targets]); in getTargets()
301 const Array *Targets = Section->getArray(Keys[TBDKey::TargetInfo]); in getTargetsSection()
394 const Array *Section = File->getArray(Keys[TBDKey::InstallName]); in getNameSection()
410 const Array *Section = File->getArray(Keys[Key]); in getSymbolSection()
470 auto *Section = File->getArray(Keys[Key]); in getLibSection()
501 const auto *Umbrella = File->getArray(Keys[TBDKey::ParentUmbrella]); in getUmbrellaSection()
532 const Array *Versions = File->getArray(Keys[TBDKey::SwiftABI]); in getSwiftVersion()
550 const Array *Versions = File->getArray(Keys[Key]); in getPackedVersion()
577 const Array *Section = File->getArray(Keys[TBDKey::Flags]); in getFlags()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp913 .getArray(/*Convert=*/true)[0] in refRegisters()
931 .getArray(/*Convert=*/true)[0] in refShaderFunctions()
954 .getArray(/*Convert=*/true)[0] in refComputeRegisters()
970 .getArray(/*Convert=*/true)[0] in refGraphicsRegisters()
986 .getArray(/*Convert=*/true)[0] in refHwStage()
1052 return Version.getArray()[idx].getUInt(); in getPALVersion()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.cpp226 if (Ptr.getArray().getType()->isArrayType()) in toAPValue()
228 Ptr = Ptr.getArray(); in toAPValue()
244 Index = Ptr.getArray().getNumElems(); in toAPValue()
256 if (Ptr.getArray().getType()->isArrayType()) in toAPValue()
258 Ptr = Ptr.getArray(); in toAPValue()
369 P = P.getArray(); in computeOffsetForComparison()
615 return P.expand().getArray(); in computeSplitPoint()
H A DPointer.h326 [[nodiscard]] Pointer getArray() const { in getArray() function
/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.cpp590 ExpectedChecksums->getArray().at(LineIter->FileNameIndex); in findLineNumbersByVA()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h72 const FileChecksumArray &getArray() const { return Checksums; }
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp293 json::Array *Artifacts = Run.getArray("artifacts"); in endRun()
408 json::Array *Results = Run.getArray("results"); in appendResult()
/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.h135 ArrayDocNode &getArray(bool Convert = false) {
402 return N.getArray(); in getArrayNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h317 BTF_DEFINE_TAIL(BTFArray, getArray) in BTF_DEFINE_TAIL()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp164 auto Headers = Root->getArray("headers"); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp253 auto DNA = DN.getArray(); in extractKernelData()
303 return Pair.second.getArray(); in getAMDKernelsArray()
/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 LLVM_ABI const json::Array *getArray(StringRef K) const;
155 LLVM_ABI json::Array *getArray(StringRef K);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp555 auto Iter = Checksums.getArray().at(FileID); in getFileName()
556 if (Iter == Checksums.getArray().end()) in getFileName()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp907 auto iter = checksums.getArray().at(fileID); in getFileName()
908 if (iter == checksums.getArray().end()) in getFileName()
993 assert(checksums.getArray().getUnderlyingStream().getLength() == in finish()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp594 getRootMetadata("amdhsa.kernels").getArray(/*Convert=*/true); in emitKernel()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp139 CVFileChecksumTable.getArray().at(FileOffset); in getFileNameForFileOffset()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5148 static std::array<T, N> getArray(const MachOObjectFile &O, const void *Ptr) { in getArray() function
5211 auto RawValue = getArray<uint32_t, 1>(*this, ImportPtr); in getDyldChainedFixupTargets()
5220 auto RawValue = getArray<uint32_t, 2>(*this, ImportPtr); in getDyldChainedFixupTargets()
5229 auto RawValue = getArray<uint64_t, 2>(*this, ImportPtr); in getDyldChainedFixupTargets()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1697 static DeclaratorChunk getArray(unsigned TypeQuals, in getArray() function

12