Searched defs:Obj (Results 1 - 25 of 172) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.h43 yaml::PdbObject Obj; member in class:llvm::pdb::YAMLOutputStyle
H A DPdbYaml.cpp104 void MappingTraits<PdbObject>::mapping(IO &IO, PdbObject &Obj) { argument
116 mapping(IO &IO, MSFHeaders &Obj) argument
142 mapping(IO &IO, PdbInfoStream &Obj) argument
150 mapping(IO &IO, PdbDbiStream &Obj) argument
161 mapping(IO &IO, pdb::yaml::PdbTpiStream &Obj) argument
167 mapping( IO &IO, pdb::yaml::PdbPublicsStream &Obj) argument
172 mapping(IO &IO, NamedStreamMapping &Obj) argument
178 mapping(IO &IO, PdbModiStream &Obj) argument
183 mapping(IO &IO, PdbDbiModuleInfo &Obj) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObjcopy.cpp23 static Error handleArgs(const CommonConfig &Config, Object &Obj) { argument
H A DXCOFFWriter.h24 XCOFFWriter(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} argument
28 Object &Obj; member in class:llvm::objcopy::xcoff::XCOFFWriter
H A DXCOFFReader.cpp76 auto Obj = std::make_unique<Object>(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.h22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} argument
H A DWasmReader.cpp19 auto Obj = std::make_unique<Object>(); local
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.h55 explicit MachOReader(const object::MachOObjectFile &Obj) : MachOObj(Obj) {} argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFYAML.cpp40 void MappingTraits<GOFFYAML::Object>::mapping(IO &IO, GOFFYAML::Object &Obj) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.h25 Object &Obj; member in class:llvm::objcopy::coff::COFFWriter
55 COFFWriter(Object &Obj, raw_ostream &Out) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp51 void StackLayout::layoutObject(StackObject &Obj) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h22 const DWARFObject *Obj = nullptr; member in class:llvm::DWARFDataExtractor
28 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp77 Expected<std::unique_ptr<ObjectFile>> Obj = local
H A DBuildID.cpp26 template <typename ELFT> BuildIDRef getBuildID(const ELFFile<ELFT> &Obj) { argument
56 BuildIDRef llvm::object::getBuildID(const ObjectFile *Obj) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp29 Expected<bool> Reader::read(Object &Obj) { argument
184 readRaw(Object &Obj) argument
194 readInt(Object &Obj) argument
204 readUInt(Object &Obj) argument
214 readLength(Object &Obj) argument
224 readExt(Object &Obj) argument
234 createRaw(Object &Obj, uint32_t Size) argument
244 createExt(Object &Obj, uint32_t Size) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp63 BTFContext::create(const ObjectFile &Obj, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h124 Error parse(const ObjectFile &Obj) { return parse(Obj, {true, true, true}); } argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h56 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp24 const WasmObjectFile &Obj; member in class:__anon3084::WasmDumper
33 objdump::createWasmDumper(const object::WasmObjectFile &Obj) { argument
44 Error objdump::getWasmRelocationValueString(const WasmObjectFile *Obj, argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp37 static void prettyPrintSectionSizes(const ObjectFile &Obj, argument
79 void dwarfdump::calculateSectionSizes(const ObjectFile &Obj, argument
104 bool dwarfdump::collectObjectSectionSizes(ObjectFile &Obj, argument
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp60 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); local
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp80 notifyObjectLoaded( ObjectKey Key, const ObjectFile &Obj, const RuntimeDyld::LoadedObjectInfo &L) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h67 const MachOObjectFile &Obj = local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp123 dumpLocationList( uint64_t *Offset, raw_ostream &OS, std::optional<SectionedAddress> BaseAddr, const DWARFObject &Obj, DWARFUnit *U, DIDumpOptions DumpOpts, unsigned Indent) const argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp65 static std::optional<VersionTuple> getVersionKey(const llvm::json::Object &Obj, argument
77 DarwinSDKInfo::parseDarwinSDKSettingsJSON(const llvm::json::Object *Obj) { argument
38 parseJSON( const llvm::json::Object &Obj, VersionTuple MaximumDeploymentTarget) argument
[all...]

Completed in 186 milliseconds

1234567