Home
last modified time | relevance | path

Searched refs:GOFF (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp57 GOFF::RT_END) { in GOFFObjectFile()
118 case GOFF::RT_ESD: { in GOFFObjectFile()
171 case GOFF::RT_END: in GOFFObjectFile()
174 case GOFF::RT_HDR: in GOFFObjectFile()
235 GOFF::ESDSymbolType SymbolType; in isSymbolUnresolved()
288 GOFF::ESDSymbolType SymbolType; in getSymbolType()
290 GOFF::ESDExecutable Executable; in getSymbolType()
310 case GOFF::ESD_ST_PartReference: in getSymbolType()
312 if (Executable != GOFF::ESD_EXE_CODE && Executable != GOFF::ESD_EXE_DATA && in getSymbolType()
322 case GOFF::ESD_EXE_CODE: in getSymbolType()
[all …]
H A DObjectFile.cpp138 TheTriple.setObjectFormat(Triple::GOFF); in makeTriple()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h108 SymbolType = (GOFF::ESDSymbolType)Value; in getSymbolType()
130 Id = (GOFF::ESDNameSpaceId)Value; in getNameSpaceId()
172 Amode = (GOFF::ESDAmode)Value; in getAmode()
178 Rmode = (GOFF::ESDRmode)Value; in getRmode()
184 Style = (GOFF::ESDTextStyle)Value; in getTextStyle()
211 Executable = (GOFF::ESDExecutable)Value; in getExecutable()
225 Strength = (GOFF::ESDBindingStrength)Value; in getBindingStrength()
232 Behavior = (GOFF::ESDLoadingBehavior)Value; in getLoadingBehavior()
245 Scope = (GOFF::ESDBindingScope)Value; in getBindingScope()
252 Type = (GOFF::ESDLinkageType)Value; in getLinkageType()
[all …]
H A DBinary.h171 return Triple::GOFF; in getTripleObjectFormat()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp90 GOFF::RecordType CurrentType;
97 char Buffer[GOFF::RecordContentLength];
104 return Bytes ? Bytes : GOFF::RecordContentLength; in bytesToNextPhysicalRecord()
132 void newRecord(GOFF::RecordType Type, size_t Size);
149 if (RemainingSize > GOFF::RecordLength) in writeRecordPrefix()
163 Gap = (RemainingSize % GOFF::RecordContentLength); in newRecord()
165 Gap = GOFF::RecordContentLength - Gap; in newRecord()
178 assert((Remains < GOFF::RecordLength) && in fillRecord()
249 OS.newRecord(GOFF::RT_HDR, /*Size=*/57); in writeHeader()
263 uint8_t F = GOFF::END_EPR_None; in writeEnd()
[all …]
H A DMCAsmBackend.cpp50 case Triple::GOFF: in createObjectWriter()
H A DMCObjectFileInfo.cpp553 MCConstantExpr::create(GOFF::SK_PPA1, *Ctx)); in initGOFFMCObjectFileInfo()
556 MCConstantExpr::create(GOFF::SK_PPA2, *Ctx)); in initGOFFMCObjectFileInfo()
1118 case Triple::GOFF: in getDwarfComdatSection()
H A DMCContext.cpp102 case Triple::GOFF: in MCContext()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp72 SetBufferSize(GOFF::PayloadLength); in GOFFOstream()
77 void makeNewRecord(GOFF::RecordType Type, size_t Size) { in makeNewRecord()
82 RemainingSize += GOFF::PayloadLength - Gap; in makeNewRecord()
102 GOFF::RecordType CurrentType;
111 size_t Bytes = RemainingSize % GOFF::PayloadLength; in bytesToNextPhysicalRecord()
112 return Bytes ? Bytes : GOFF::PayloadLength; in bytesToNextPhysicalRecord()
121 if (RemainingSize > GOFF::RecordLength) in writeRecordPrefix()
134 assert((Remains < GOFF::RecordLength) && in fillRecord()
147 if (!(RemainingSize % GOFF::PayloadLength)) { in write_impl()
221 GW.makeNewRecord(GOFF::RT_HDR, GOFF::PayloadLength); in writeHeader()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCGOFFObjectWriter.h25 Triple::ObjectFormatType getFormat() const override { return Triple::GOFF; } in getFormat()
28 return W->getFormat() == Triple::GOFF; in classof()
H A DTargetRegistry.h609 case Triple::GOFF: in createMCObjectStreamer()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h25 namespace GOFF {
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h290 GOFF, enumerator
704 bool isOSBinFormatGOFF() const { return getObjectFormat() == Triple::GOFF; } in isOSBinFormatGOFF()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp337 case GOFF: return "goff"; in getObjectFormatTypeName()
706 .EndsWith("goff", Triple::GOFF) in parseFormat()
903 return Triple::GOFF; in getDefaultFormat()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp268 case Triple::GOFF: in asanUseGlobalsGC()
H A DCGObjCMac.cpp5049 case llvm::Triple::GOFF: in GetSectionName()
H A DCodeGenModule.cpp6211 case llvm::Triple::GOFF: in GetAddrOfConstantCFString()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5146 case Triple::GOFF: in getSectionNameForBitcode()
5171 case Triple::GOFF: in getSectionNameForCommandline()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2093 case Triple::GOFF: in getGlobalMetadataSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2225 case llvm::Triple::GOFF: in GetCurrentProcessInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2179 {llvm::Triple::GOFF, llvm::Triple::XCOFF})) in CheckBuiltinFunctionCall()