Searched refs:isText (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionXCOFF.cpp28 if (getKind().isText()) {
118 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); }
H A DMCSectionCOFF.cpp108 return getKind().isText();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp122 if (Section->getKind().isText())
136 if (Section->getKind().isText())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp79 if (TM.getSubtarget<ARMSubtarget>(*F).genExecuteOnly() && SK.isText())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h121 bool isText() const { return K == Text || K == ExecuteOnly; } function in class:llvm::SectionKind
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h190 bool IsCode = SecB.isText();
216 bool IsCode = SecA.isText();
H A DRuntimeDyldCOFFX86_64.h230 findOrEmitSection(Obj, *SecI, SecI->isText(), ObjSectionToID))
H A DRuntimeDyldCOFFI386.h70 Obj, *Section, Section->isText(), ObjSectionToID))
H A DRuntimeDyldMachOI386.h173 bool IsCode = SectionA.isText();
H A DRuntimeDyldCOFFThumb.h117 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID))
H A DRuntimeDyldMachOARM.h384 bool IsCode = SectionA.isText();
H A DRuntimeDyldCOFFAArch64.h183 Obj, *Section, Section->isText(), ObjSectionToID))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp77 if (K.isText())
113 if (Kind.isText()) return TextSection;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp46 if (!Section || Section->getKind().isText() ||
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp508 if (K.isText())
588 if (Kind.isText())
861 if (Kind.isText())
1257 if (Kind.isText())
1499 else if (K.isText())
1598 if (Kind.isText())
1614 if (Kind.isText())
1662 if (Kind.isText())
2093 if (Kind.isText())
2203 if (GOKind.isText())
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp78 bool IsCode = TargetSection.isText();
127 bool IsCode = Sec.isText();
H A DRuntimeDyld.cpp333 bool IsCode = SI->isText();
376 bool IsCode = RelocatedSection->isText();
434 bool IsCode = SI->isText();
550 bool IsCode = Section.isText();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp482 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; local
485 isText ? SectionKind::getText() : SectionKind::getData()));
721 bool isText = Segment == "__TEXT"; // FIXME: Hack. local
724 isText ? SectionKind::getText() : SectionKind::getData()));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h107 bool isText() const;
475 inline bool SectionRef::isText() const { function in class:llvm::object::SectionRef
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp179 if (Section.isText()) {
378 if (!Section.isText())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp346 if (!Sec.isText() || Sec.isVirtual())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp103 } else if (ElfSection.isText()) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp298 if (!Sect.isText())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp745 if (WS && WS->getKind().isText())
1040 if (!CWS || !CWS->getKind().isText())
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp471 bool isText = Section.isBerkeleyText(); local
474 if (isText)

Completed in 259 milliseconds

12