Home
last modified time | relevance | path

Searched defs:Obj (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/external/llvm-project/llvm/lib/BinaryFormat/
DMsgPackReader.cpp28 Expected<bool> Reader::read(Object &Obj) { in read()
181 template <class T> Expected<bool> Reader::readRaw(Object &Obj) { in readRaw()
191 template <class T> Expected<bool> Reader::readInt(Object &Obj) { in readInt()
201 template <class T> Expected<bool> Reader::readUInt(Object &Obj) { in readUInt()
211 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength()
221 template <class T> Expected<bool> Reader::readExt(Object &Obj) { in readExt()
231 Expected<bool> Reader::createRaw(Object &Obj, uint32_t Size) { in createRaw()
241 Expected<bool> Reader::createExt(Object &Obj, uint32_t Size) { in createExt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp28 Expected<bool> Reader::read(Object &Obj) { in read()
181 template <class T> Expected<bool> Reader::readRaw(Object &Obj) { in readRaw()
191 template <class T> Expected<bool> Reader::readInt(Object &Obj) { in readInt()
201 template <class T> Expected<bool> Reader::readUInt(Object &Obj) { in readUInt()
211 template <class T> Expected<bool> Reader::readLength(Object &Obj) { in readLength()
221 template <class T> Expected<bool> Reader::readExt(Object &Obj) { in readExt()
231 Expected<bool> Reader::createRaw(Object &Obj, uint32_t Size) { in createRaw()
241 Expected<bool> Reader::createExt(Object &Obj, uint32_t Size) { in createExt()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPdbYaml.cpp104 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) { in mapping()
116 void MappingTraits<MSFHeaders>::mapping(IO &IO, MSFHeaders &Obj) { in mapping()
142 void MappingTraits<PdbInfoStream>::mapping(IO &IO, PdbInfoStream &Obj) { in mapping()
150 void MappingTraits<PdbDbiStream>::mapping(IO &IO, PdbDbiStream &Obj) { in mapping()
162 pdb::yaml::PdbTpiStream &Obj) { in mapping()
168 IO &IO, pdb::yaml::PdbPublicsStream &Obj) { in mapping()
173 NamedStreamMapping &Obj) { in mapping()
178 void MappingTraits<PdbModiStream>::mapping(IO &IO, PdbModiStream &Obj) { in mapping()
183 void MappingTraits<PdbDbiModuleInfo>::mapping(IO &IO, PdbDbiModuleInfo &Obj) { in mapping()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-unnecessary-value-param-delayed.cpp28 void positiveExpensiveConstValue(const ExpensiveToCopyType Obj) { in positiveExpensiveConstValue()
35 void positiveExpensiveValue(ExpensiveToCopyType Obj) { in positiveExpensiveValue()
86 void negativePointer(ExpensiveToCopyType* Obj) { in negativePointer()
89 void negativeConstPointer(const ExpensiveToCopyType* Obj) { in negativeConstPointer()
92 void negativeConstReference(const ExpensiveToCopyType& Obj) { in negativeConstReference()
95 void negativeReference(ExpensiveToCopyType& Obj) { in negativeReference()
98 void negativeUniversalReference(ExpensiveToCopyType&& Obj) { in negativeUniversalReference()
113 void negativeValueIsMutatedByReference(ExpensiveToCopyType Obj) { in negativeValueIsMutatedByReference()
117 void negativeValueIsMutatatedByPointer(ExpensiveToCopyType Obj) { in negativeValueIsMutatatedByPointer()
121 void negativeValueIsReassigned(ExpensiveToCopyType Obj) { in negativeValueIsReassigned()
[all …]
Dperformance-unnecessary-copy-initialization.cpp52 void PositiveMethodCallConstReferenceParam(const ExpensiveToCopyType &Obj) { in PositiveMethodCallConstReferenceParam()
67 void PositiveMethodCallConstParam(const ExpensiveToCopyType Obj) { in PositiveMethodCallConstParam()
82 void PositiveMethodCallConstPointerParam(const ExpensiveToCopyType *const Obj) { in PositiveMethodCallConstPointerParam()
98 const ExpensiveToCopyType Obj; in PositiveLocalConstValue() local
105 const ExpensiveToCopyType Obj; in PositiveLocalConstRef() local
113 const ExpensiveToCopyType Obj; in PositiveLocalConstPointer() local
127 void NegativeStaticLocalVar(const ExpensiveToCopyType &Obj) { in NegativeStaticLocalVar()
146 void positiveNonConstVarInCodeBlock(const ExpensiveToCopyType &Obj) { in positiveNonConstVarInCodeBlock()
157 void negativeNonConstVarWithNonConstUse(const ExpensiveToCopyType &Obj) { in negativeNonConstVarWithNonConstUse()
180 void PositiveMethodCallNonConstRefNotModified(ExpensiveToCopyType &Obj) { in PositiveMethodCallNonConstRefNotModified()
[all …]
Dperformance-unnecessary-value-param.cpp60 void positiveExpensiveConstValue(const ExpensiveToCopyType Obj) { in positiveExpensiveConstValue()
67 void positiveExpensiveValue(ExpensiveToCopyType Obj) { in positiveExpensiveValue()
79 for (const auto& Obj : V) { in positiveVector() local
126 void negativePointer(ExpensiveToCopyType* Obj) { in negativePointer()
129 void negativeConstPointer(const ExpensiveToCopyType* Obj) { in negativeConstPointer()
132 void negativeConstReference(const ExpensiveToCopyType& Obj) { in negativeConstReference()
135 void negativeReference(ExpensiveToCopyType& Obj) { in negativeReference()
138 void negativeUniversalReference(ExpensiveToCopyType&& Obj) { in negativeUniversalReference()
153 void negativeValueIsMutatedByReference(ExpensiveToCopyType Obj) { in negativeValueIsMutatedByReference()
157 void negativeValueIsMutatatedByPointer(ExpensiveToCopyType Obj) { in negativeValueIsMutatatedByPointer()
[all …]
Dllvm-prefer-isa-or-dyn-cast-in-conditionals.cpp116 #define CAST(T, Obj) cast<T>(Obj) in foo() argument
118 #define ISA(T, Obj) isa<T>(Obj) in foo() argument
119 #define ISA_OR_NULL(T, Obj) Obj &&isa<T>(Obj) in foo() argument
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp161 resolveSectionAndAddress(const COFFObjectFile *Obj, const SymbolRef &Sym, in resolveSectionAndAddress()
196 getSectionContents(const COFFObjectFile *Obj, in getSectionContents()
239 printSEHTable(const COFFObjectFile *Obj, uint32_t TableVA, int Count) { in printSEHTable()
276 static void printTLSDirectory(const COFFObjectFile *Obj) { in printTLSDirectory()
305 static void printLoadConfiguration(const COFFObjectFile *Obj) { in printLoadConfiguration()
349 static void printImportTables(const COFFObjectFile *Obj) { in printImportTables()
395 static void printExportTable(const COFFObjectFile *Obj) { in printExportTable()
447 static bool getPDataSection(const COFFObjectFile *Obj, in getPDataSection()
517 static void printRuntimeFunction(const COFFObjectFile *Obj, in printRuntimeFunction()
540 static void printRuntimeFunctionRels(const COFFObjectFile *Obj, in printRuntimeFunctionRels()
[all …]
/external/llvm-project/llvm/tools/llvm-objdump/
DCOFFDump.cpp161 static Error resolveSectionAndAddress(const COFFObjectFile *Obj, in resolveSectionAndAddress()
195 getSectionContents(const COFFObjectFile *Obj, in getSectionContents()
236 printSEHTable(const COFFObjectFile *Obj, uint32_t TableVA, int Count) { in printSEHTable()
272 static void printTLSDirectory(const COFFObjectFile *Obj) { in printTLSDirectory()
303 static void printLoadConfiguration(const COFFObjectFile *Obj) { in printLoadConfiguration()
350 static void printImportTables(const COFFObjectFile *Obj) { in printImportTables()
396 static void printExportTable(const COFFObjectFile *Obj) { in printExportTable()
448 static bool getPDataSection(const COFFObjectFile *Obj, in getPDataSection()
477 Error objdump::getCOFFRelocationValueString(const COFFObjectFile *Obj, in getCOFFRelocationValueString()
531 static void printRuntimeFunction(const COFFObjectFile *Obj, in printRuntimeFunction()
[all …]
DXCOFFDump.cpp22 Error objdump::getXCOFFRelocationValueString(const XCOFFObjectFile *Obj, in getXCOFFRelocationValueString()
47 objdump::getXCOFFSymbolCsectSMC(const XCOFFObjectFile *Obj, in getXCOFFSymbolCsectSMC()
57 bool objdump::isLabel(const XCOFFObjectFile *Obj, const SymbolRef &Sym) { in isLabel()
DELFDump.cpp56 static Error getRelocationValueString(const ELFObjectFile<ELFT> *Obj, in getRelocationValueString()
122 Error objdump::getELFRelocationValueString(const ELFObjectFileBase *Obj, in getELFRelocationValueString()
136 static uint64_t getSectionLMA(const ELFFile<ELFT> &Obj, in getSectionLMA()
202 static void printProgramHeaders(const ELFFile<ELFT> &Obj, StringRef FileName) { in printProgramHeaders()
353 void objdump::printELFFileHeader(const object::ObjectFile *Obj) { in printELFFileHeader()
364 void objdump::printELFDynamicSection(const object::ObjectFile *Obj) { in printELFDynamicSection()
375 void objdump::printELFSymbolVersionInfo(const object::ObjectFile *Obj) { in printELFSymbolVersionInfo()
/external/dokka/core/testdata/classes/
DemptyObject.kt1 object Obj { object
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTrailingObjects.h162 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl()
177 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl()
258 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl()
264 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl()
277 callNumTrailingObjects(const BaseTy *Obj, in callNumTrailingObjects()
283 static size_t callNumTrailingObjects(const BaseTy *Obj, in callNumTrailingObjects()
/external/llvm-project/llvm/include/llvm/Support/
DTrailingObjects.h161 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl()
176 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl()
257 getTrailingObjectsImpl(const BaseTy *Obj, in getTrailingObjectsImpl()
263 getTrailingObjectsImpl(BaseTy *Obj, in getTrailingObjectsImpl()
276 callNumTrailingObjects(const BaseTy *Obj, in callNumTrailingObjects()
282 static size_t callNumTrailingObjects(const BaseTy *Obj, in callNumTrailingObjects()
/external/llvm/tools/llvm-pdbdump/
DPdbYaml.cpp107 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) { in mapping()
115 void MappingTraits<MsfHeaders>::mapping(IO &IO, MsfHeaders &Obj) { in mapping()
142 void MappingTraits<PdbInfoStream>::mapping(IO &IO, PdbInfoStream &Obj) { in mapping()
149 void MappingTraits<PdbDbiStream>::mapping(IO &IO, PdbDbiStream &Obj) { in mapping()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp34 static uint64_t getNextRVA(const Object &Obj) { in getNextRVA()
60 static void addSection(Object &Obj, StringRef Name, ArrayRef<uint8_t> Contents, in addSection()
84 static Error addGnuDebugLink(Object &Obj, StringRef DebugLinkFile) { in addGnuDebugLink()
134 static Error handleArgs(const CopyConfig &Config, Object &Obj) { in handleArgs()
280 Object *Obj = ObjOrErr->get(); in executeObjcopyOnBinary() local
DWriter.h25 Object &Obj; variable
54 COFFWriter(Object &Obj, Buffer &Buf) in COFFWriter()
/external/llvm-project/clang/test/OpenMP/
Dcancel_codegen_cleanup.cpp33 struct Obj { struct
34 int a; Obj(); Obj(const Obj& r) = delete; Obj &operator=(const Obj& r); argument
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWriter.h23 Writer(Object &Obj, Buffer &Buf) : Obj(Obj), Buf(Buf) {} in Writer()
28 Object &Obj; variable
/external/clang/test/CodeGenObjC/
Dbitfield-gnu.m4 @interface Obj { B *b; } @end interface
5 @implementation Obj @end implementation
/external/llvm-project/clang/test/CodeGenObjC/
Dbitfield-gnu.m4 @interface Obj { B *b; } @end interface
5 @implementation Obj @end implementation
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp64 static bool onlyKeepDWOPred(const Object &Obj, const SectionBase &Sec) { in onlyKeepDWOPred()
136 Object &Obj, Buffer &Buf, in createELFWriter()
157 Object &Obj, Buffer &Buf, in createWriter()
291 Object &Obj) { in dumpSectionToFile()
320 Object &Obj, SectionPred &RemovePred, in replaceDebugSections()
360 static Error updateAndRemoveSymbols(const CopyConfig &Config, Object &Obj) { in updateAndRemoveSymbols()
455 static Error replaceAndRemoveSections(const CopyConfig &Config, Object &Obj) { in replaceAndRemoveSections()
623 static Error handleArgs(const CopyConfig &Config, Object &Obj, in handleArgs()
779 static Error writeOutput(const CopyConfig &Config, Object &Obj, Buffer &Out, in writeOutput()
791 Expected<std::unique_ptr<Object>> Obj = Reader.create(true); in executeObjcopyOnIHex() local
[all …]
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp180 const ELFO *Obj; member in __anon148931850111::ELFDumper
384 static std::error_code createELFDumper(const ELFFile<ELFT> *Obj, in createELFDumper()
391 std::error_code createELFDumper(const object::ObjectFile *Obj, in createELFDumper()
496 static void printVersionSymbolSection(ELFDumper<ELFT> *Dumper, const ELFO *Obj, in printVersionSymbolSection()
530 const ELFO *Obj, in printVersionDefinitionSection()
586 const ELFO *Obj, in printVersionDependencySection()
710 getSectionNameIndex(const ELFO &Obj, const typename ELFO::Elf_Sym *Symbol, in getSectionNameIndex()
739 findNotEmptySectionByAddress(const ELFO *Obj, uint64_t Addr) { in findNotEmptySectionByAddress()
747 static const typename ELFO::Elf_Shdr *findSectionByName(const ELFO &Obj, in findSectionByName()
1307 ELFDumper<ELFT>::ELFDumper(const ELFFile<ELFT> *Obj, ScopedPrinter &Writer) in ELFDumper()
[all …]
/external/llvm-project/llvm/lib/Remarks/
DRemarkLinker.cpp24 getRemarksSectionName(const object::ObjectFile &Obj) { in getRemarksSectionName()
33 llvm::remarks::getRemarksSectionContents(const object::ObjectFile &Obj) { in getRemarksSectionContents()
102 Error RemarkLinker::link(const object::ObjectFile &Obj, in link()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkLinker.cpp24 getRemarksSectionName(const object::ObjectFile &Obj) { in getRemarksSectionName()
33 llvm::remarks::getRemarksSectionContents(const object::ObjectFile &Obj) { in getRemarksSectionContents()
102 Error RemarkLinker::link(const object::ObjectFile &Obj, in link()

12345678910>>...18