/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Swift.h | 15 #define HANDLE_SWIFT_SECTION(KIND, MACHO, ELF, COFF) KIND, argument
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.h | 33 const object::COFFObjectFile &COFF; member
|
H A D | Win64EHDumper.cpp | 114 getSymbol(const COFFObjectFile & COFF,uint64_t VA,object::SymbolRef & Sym) getSymbol() argument 128 getPreferredSymbol(const COFFObjectFile & COFF,object::SymbolRef Sym,uint32_t & SymbolOffset,bool IsRangeEnd) getPreferredSymbol() argument 228 getSectionContaining(const COFFObjectFile & COFF,uint64_t VA) getSectionContaining() argument [all...] |
H A D | ARMWinEHPrinter.cpp | 224 Decoder::getSectionContaining(const COFFObjectFile &COFF, uint64_t VA) { in getSectionContaining() argument 235 ErrorOr<object::SymbolRef> Decoder::getSymbol(const COFFObjectFile &COFF, in getSymbol() argument 264 SymbolRef Decoder::getPreferredSymbol(const COFFObjectFile &COFF, SymbolRef Sym, in getPreferredSymbol() argument 292 getSymbolForLocation(const COFFObjectFile & COFF,const SectionRef & Section,uint64_t OffsetInSection,uint64_t ImmediateOffset,uint64_t & SymbolAddress,uint64_t & SymbolOffset,bool FunctionOnly) getSymbolForLocation() argument 1028 dumpXDataRecord(const COFFObjectFile & COFF,const SectionRef & Section,uint64_t FunctionAddress,uint64_t VA) dumpXDataRecord() argument 1139 dumpUnpackedEntry(const COFFObjectFile & COFF,const SectionRef Section,uint64_t Offset,unsigned Index,const RuntimeFunction & RF) dumpUnpackedEntry() argument 1207 dumpPackedEntry(const object::COFFObjectFile & COFF,const SectionRef Section,uint64_t Offset,unsigned Index,const RuntimeFunction & RF) dumpPackedEntry() argument 1305 dumpPackedARM64Entry(const object::COFFObjectFile & COFF,const SectionRef Section,uint64_t Offset,unsigned Index,const RuntimeFunctionARM64 & RF) dumpPackedARM64Entry() argument 1438 dumpProcedureDataEntry(const COFFObjectFile & COFF,const SectionRef Section,unsigned Index,ArrayRef<uint8_t> Contents) dumpProcedureDataEntry() argument 1456 dumpProcedureData(const COFFObjectFile & COFF,const SectionRef Section) dumpProcedureData() argument 1472 dumpProcedureData(const COFFObjectFile & COFF) dumpProcedureData() argument [all...] |
/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | ConfigManager.h | 41 COFFConfig COFF; member
|
/llvm-project/llvm/unittests/ObjCopy/ |
H A D | ObjCopyTest.cpp | 207 TEST(CopySimpleInMemoryFile, COFF) { in TEST() argument 276 TEST(AddSection, COFF) { in TEST() argument 308 TEST(UpdateSection, COFF) { in TEST() argument 367 TEST(RemoveSectionByPattern, COFF) { in TEST() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 327 #define HANDLE_SWIFT_SECTION(KIND, MACHO, ELF, COFF) \ in initMachOMCObjectFileInfo() argument [all...] |
/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 47 COFFObjectFile *COFF = cast<COFFObjectFile>(&Obj); createReader() local
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 88 enum class LVBinaryType { NONE, ELF, COFF }; enumerator
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | AsmPrinterDwarfTest.cpp | 75 TEST_F(AsmPrinterEmitDwarfSymbolReferenceTest, COFF) { in TEST_F() argument
|
/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 197 enum Format { Default, GNU, COFF, BSD, DARWIN, BIGARCHIVE, Unknown }; enumerator
|
/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 300 COFF, global() enumerator
|
/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 1158 else if (COFFObjectFile *COFF = dyn_cast<COFFObjectFile>(&Obj)) getNMSectionTagAndName() local [all...] |
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 547 if (auto *COFF = dyn_cast<COFFObjectFile>(Obj)) getRelocationValueString() local
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 5398 HANDLE_SWIFT_SECTION(KIND,MACHO,ELF,COFF) mapReflectionSectionNameToEnumValue() argument
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6463 COFF = (1 << MCContext::IsCOFF), parsePrefix() enumerator
|