| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 199 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 D | MsgPackDocumentYAML.cpp | 162 N.getArray(/*Convert=*/true); in getAsSequence()
|
| H A D | AMDGPUMetadataVerifier.cpp | 61 auto &Array = Node.getArray(); in verifyArray()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubV5.cpp | 248 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 D | AMDGPUPALMetadata.cpp | 913 .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 D | Pointer.cpp | 226 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 D | Pointer.h | 326 [[nodiscard]] Pointer getArray() const { in getArray() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InputFile.cpp | 245 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 D | NativeInlineSiteSymbol.cpp | 223 auto ChecksumIter = Checksums->getArray().at(FileChecksumOffset); in findInlineeLinesByVA()
|
| H A D | SymbolCache.cpp | 590 ExpectedChecksums->getArray().at(LineIter->FileNameIndex); in findLineNumbersByVA()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugChecksumsSubsection.h | 72 const FileChecksumArray &getArray() const { return Checksums; }
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Sarif.cpp | 293 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 D | PipelinePrinter.cpp | 113 json::Array *Regions = JO.getArray("CodeRegions"); in printReport()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 135 ArrayDocNode &getArray(bool Convert = false) { 402 return N.getArray(); in getArrayNode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
| H A D | BTF.h | 317 BTF_DEFINE_TAIL(BTFArray, getArray) in BTF_DEFINE_TAIL()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | FileList.cpp | 164 auto Headers = Root->getArray("headers"); in parse()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | Utility.cpp | 253 auto DNA = DN.getArray(); in extractKernelData() 303 return Pair.second.getArray(); in getAMDKernelsArray()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | JSON.cpp | 77 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 D | JSON.h | 154 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 D | CodeViewYAMLDebugSections.cpp | 555 auto Iter = Checksums.getArray().at(FileID); in getFileName() 556 if (Iter == Checksums.getArray().end()) in getFileName()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 907 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 D | AMDGPUHSAMetadataStreamer.cpp | 594 getRootMetadata("amdhsa.kernels").getArray(/*Convert=*/true); in emitKernel()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 139 CVFileChecksumTable.getArray().at(FileOffset); in getFileNameForFileOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 5148 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 D | DeclSpec.h | 1697 static DeclaratorChunk getArray(unsigned TypeQuals, in getArray() function
|