Home
last modified time | relevance | path

Searched refs:isText (Results 1 – 25 of 38) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSectionXCOFF.cpp29 if (getKind().isText()) { in printSwitchToSection()
121 bool MCSectionXCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign()
H A DMCSectionCOFF.cpp109 bool MCSectionCOFF::useCodeAlign() const { return getKind().isText(); } in useCodeAlign()
H A DWasmObjectWriter.cpp502 if (FixupSection.getKind().isText()) { in recordRelocation()
570 if (SecA.getKind().isText()) { in recordRelocation()
630 } else if (FixupSection.getKind().isText()) { in recordRelocation()
1496 if (Section.getKind().isText()) in writeOneObject()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp132 if (Section->getKind().isText()) in getRelocType()
149 if (Section->getKind().isText()) in getRelocType()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp77 if (K.isText()) in getXCoreSectionFlags()
113 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp237 if (A.isInSection() && A.getSection().getKind().isText()) in requiresFixups()
239 if (B.isInSection() && B.getSection().getKind().isText()) in requiresFixups()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h189 bool IsCode = SecB.isText(); in processSubtractRelocation()
215 bool IsCode = SecA.isText(); in processSubtractRelocation()
H A DRuntimeDyldCOFFI386.h70 Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h230 findOrEmitSection(Obj, *SecI, SecI->isText(), ObjSectionToID)) in processRelocationRef()
H A DRuntimeDyldMachOI386.h172 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation()
H A DRuntimeDyldCOFFThumb.h116 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h183 Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp553 if (K.isText()) in getELFSectionFlags()
633 if (Kind.isText()) in getSectionPrefixForGlobal()
930 if (Kind.isText()) in SelectSectionForGlobal()
1335 if (Kind.isText()) in SelectSectionForGlobal()
1579 else if (K.isText()) in getCOFFSectionFlags()
1678 if (Kind.isText()) in getCOFFSectionNameForUniqueGlobal()
1694 if (Kind.isText()) in SelectSectionForGlobal()
1742 if (Kind.isText()) in SelectSectionForGlobal()
2186 if (Kind.isText()) in SelectSectionForGlobal()
2306 if (GOKind.isText()) in getTargetSymbol()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp87 if (TM.getSubtarget<ARMSubtarget>(*F).genExecuteOnly() && SK.isText()) in isExecuteOnlyFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h127 bool isText() const { return K == Text || K == ExecuteOnly; } in isText() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
127 bool IsCode = Sec.isText(); in getRelocationValueRef()
H A DRuntimeDyld.cpp336 bool IsCode = SI->isText(); in loadObjectImpl()
382 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()
440 bool IsCode = SI->isText(); in loadObjectImpl()
556 bool IsCode = Section.isText(); in computeTotalAllocSize()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp49 if (!Section || Section->getKind().isText() || in isDwarfSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp482 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch() local
485 isText ? SectionKind::getText() : SectionKind::getData())); in parseSectionSwitch()
721 bool isText = Segment == "__TEXT"; // FIXME: Hack. in parseDirectiveSection() local
724 isText ? SectionKind::getText() : SectionKind::getData())); in parseDirectiveSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h107 bool isText() const;
493 inline bool SectionRef::isText() const { in isText() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp104 } else if (ElfSection.isText()) { in fillSectionInformation()
/openbsd-src/gnu/llvm/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp275 if (!Sect.isText()) in handleObjectFile()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp47 if (!Sect.isText()) in ObjFileAddressMap()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp359 if (!Sec.isText() || Sec.isVirtual()) in getModuleSectionIndexForAddress()
/openbsd-src/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp464 bool isText = Section.isBerkeleyText(); in printObjectSectionSizes() local
467 if (isText) in printObjectSectionSizes()

12