/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Swift.h | 15 #define HANDLE_SWIFT_SECTION(KIND, MACHO, ELF, COFF) KIND, argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 114 static std::error_code getSymbol(const COFFObjectFile &COFF, uint64_t VA, in getSymbol() argument 128 static object::SymbolRef getPreferredSymbol(const COFFObjectFile &COFF, in getPreferredSymbol() argument 228 getSectionContaining(const COFFObjectFile & COFF,uint64_t VA) getSectionContaining() argument [all...] |
H A D | ARMWinEHPrinter.cpp | 223 getSectionContaining(const COFFObjectFile & COFF,uint64_t VA) getSectionContaining() argument 234 getSymbol(const COFFObjectFile & COFF,uint64_t VA,bool FunctionOnly) getSymbol() argument 263 getPreferredSymbol(const COFFObjectFile & COFF,SymbolRef Sym,uint64_t & SymbolOffset) getPreferredSymbol() argument 291 getSymbolForLocation(const COFFObjectFile & COFF,const SectionRef & Section,uint64_t OffsetInSection,uint64_t ImmediateOffset,uint64_t & SymbolAddress,uint64_t & SymbolOffset,bool FunctionOnly) getSymbolForLocation() argument 1020 dumpXDataRecord(const COFFObjectFile & COFF,const SectionRef & Section,uint64_t FunctionAddress,uint64_t VA) dumpXDataRecord() argument 1131 dumpUnpackedEntry(const COFFObjectFile & COFF,const SectionRef Section,uint64_t Offset,unsigned Index,const RuntimeFunction & RF) dumpUnpackedEntry() argument 1199 dumpPackedEntry(const object::COFFObjectFile & COFF,const SectionRef Section,uint64_t Offset,unsigned Index,const RuntimeFunction & RF) dumpPackedEntry() argument 1297 dumpPackedARM64Entry(const object::COFFObjectFile & COFF,const SectionRef Section,uint64_t Offset,unsigned Index,const RuntimeFunctionARM64 & RF) dumpPackedARM64Entry() argument 1430 dumpProcedureDataEntry(const COFFObjectFile & COFF,const SectionRef Section,unsigned Index,ArrayRef<uint8_t> Contents) dumpProcedureDataEntry() argument 1448 dumpProcedureData(const COFFObjectFile & COFF,const SectionRef Section) dumpProcedureData() argument 1464 dumpProcedureData(const COFFObjectFile & COFF) dumpProcedureData() argument [all...] |
H A D | Win64EHDumper.h | 33 const object::COFFObjectFile &COFF; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | ConfigManager.h | 41 COFFConfig COFF; member
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 327 #define HANDLE_SWIFT_SECTION(KIND, MACHO, ELF, COFF) \ in initMachOMCObjectFileInfo() argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 47 COFFObjectFile *COFF = cast<COFFObjectFile>(&Obj); in createReader() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 88 enum class LVBinaryType { NONE, ELF, COFF }; enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 197 enum Format { Default, GNU, COFF, BSD, DARWIN, BIGARCHIVE, Unknown }; enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 306 COFF, enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 1158 else if (COFFObjectFile *COFF = dyn_cast<COFFObjectFile>(&Obj)) in getNMSectionTagAndName() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 547 if (auto *COFF = dyn_cast<COFFObjectFile>(Obj)) in getRelocationValueString() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 5398 #define HANDLE_SWIFT_SECTION(KIND, MACHO, ELF, COFF) \ in mapReflectionSectionNameToEnumValue() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6463 COFF = (1 << MCContext::IsCOFF), in parsePrefix() enumerator
|