| /freebsd-10-stable/contrib/llvm/lib/Object/ |
| D | MachOUniversal.cpp | 65 StringRef ParentData = Parent->getData(); in ObjectForArch() 78 StringRef ParentData = Parent->getData(); in getAsObjectFile() 104 StringRef Buf = getData(); in MachOUniversalBinary()
|
| D | Binary.cpp | 37 StringRef Binary::getData() const { in getData() function in Binary
|
| D | MachOObjectFile.cpp | 259 return O->getData().substr(Offset, 1).data(); in getPtr() 705 Res = this->getData().substr(Offset, Size); in getSectionContents() 1562 return getData().substr(S.stroff, S.strsize); in getStringTableData() 1572 DataExtractor extractor(ObjectFile::getData(), true, 0); in ReadULEB128s()
|
| D | Archive.cpp | 372 const char *Loc = Parent->getData().begin() + Offset; in getMember()
|
| /freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | ObjectImageCommon.h | 60 virtual StringRef getData() const { return ObjFile->getData(); } in getData() function
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIE.cpp | 142 if (Abbrevs.getData()[i].getAttribute() == Attribute) in findAttribute() 167 const SmallVectorImpl<DIEAbbrevData> &Data = Abbrev.getData(); in print() 409 const SmallVectorImpl<DIEAbbrevData> &AbbrevData = Abbrev.getData(); in ComputeSize() 428 const SmallVectorImpl<DIEAbbrevData> &AbbrevData = Abbrev.getData(); in EmitValue()
|
| D | DIEHash.cpp | 39 if (Abbrevs.getData()[i].getAttribute() == Attr) { in getDIEStringAttr() 129 Attrs.NAME.Desc = &Abbrevs.getData()[i]; \ in collectAttributes() 134 << dwarf::AttributeString(Abbrevs.getData()[i].getAttribute()) in collectAttributes() 136 switch (Abbrevs.getData()[i].getAttribute()) { in collectAttributes()
|
| D | DIE.h | 80 const SmallVectorImpl<DIEAbbrevData> &getData() const { return Data; } in getData() function
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/ |
| D | Graph.h | 65 void* getData() { return data; } in getData() function 87 void *getData() { return data; } in getData() function 258 void* getNodeData(NodeId nId) { return getNode(nId).getData(); } in getNodeData() 282 void* getEdgeData(EdgeId eId) { return getEdge(eId).getData(); } in getEdgeData()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | Environment.cpp | 166 const SVal &X = I.getData(); in removeDeadBindings() 212 Out << " : " << I.getData(); in print()
|
| D | RegionStore.cpp | 218 const ClusterBindings &Cluster = I.getData(); in dump() 221 OS << ' ' << CI.getKey() << " : " << CI.getData() << nl; in dump() 593 const ClusterBindings &Cluster = I.getData(); in iterBindings() 601 if (!f.HandleBinding(*this, store, R, CI.getData())) in iterBindings() 703 const ClusterBindings &Cluster = RI.getData(); in GenerateClusters() 759 if (!Callbacks.scan(RI.getData())) in scanReachableSymbols() 1004 VisitBinding(I.getData()); in VisitCluster() 1864 const ClusterBindings &Cluster = RI.getData(); in includedInBindings() 1867 const SVal &D = CI.getData(); in includedInBindings() 2251 VisitBinding(I.getData()); in VisitCluster() [all …]
|
| D | RangeConstraintManager.cpp | 584 I.getData().print(Out); in print()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | EquivalenceClasses.h | 102 const ElemTy &getData() const { return Data; } in getData() function 256 return Node->getData();
|
| D | FoldingSet.h | 285 const unsigned *getData() const { return Data; } in getData() function 303 : Bits(Ref.getData(), Ref.getData() + Ref.getSize()) {} in FoldingSetNodeID()
|
| D | ImmutableMap.h | 224 data_type_ref getData() const { return itr->getValue().second; } in getData() function 392 data_type_ref getData() const { return itr->getValue().second; } in getData() function
|
| /freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/ |
| D | ObjectImage.h | 52 virtual StringRef getData() const = 0;
|
| /freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | IntelJITEventListener.cpp | 192 const void* ObjData = Obj.getData().data(); in NotifyObjectEmitted() 262 const void* ObjData = Obj.getData().data(); in NotifyFreeingObject()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Object/ |
| D | Binary.h | 76 StringRef getData() const;
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | DataExtractor.h | 32 StringRef getData() const { return Data; } in getData() function
|
| /freebsd-10-stable/contrib/llvm/lib/DebugInfo/ |
| D | DWARFDebugLoc.cpp | 67 StringRef str = data.getData().substr(Offset, Bytes); in parse()
|
| D | DWARFFormValue.cpp | 243 StringRef str = data.getData().substr(*offset_ptr, Value.uval); in extractValue()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/MC/ |
| D | MCAtom.h | 178 ArrayRef<MCData> getData() const { return Data; } in getData() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | MallocChecker.cpp | 1847 SymbolRef ReallocSym = I.getData().ReallocatedSym; in evalAssume() 1850 if (I.getData().Kind == RPToBeFreedAfterFailure) in evalAssume() 1853 else if (I.getData().Kind == RPDoNotTrackAfterFailure) in evalAssume() 1856 assert(I.getData().Kind == RPIsFreeOnFailure); in evalAssume() 2185 I.getData().dump(Out); in printState()
|
| /freebsd-10-stable/contrib/llvm/tools/macho-dump/ |
| D | macho-dump.cpp | 112 StringRef Data = Obj.getData().substr(Offset, Size); in DumpSectionData()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/ |
| D | ProgramPoint.h | 635 const void *getData() const { return getData1(); } in getData() function
|