Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionXCOFF.cpp22 if (getKind().isText()) { in PrintSwitchToSection()
71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign()
H A DMCSectionCOFF.cpp108 return getKind().isText(); in UseCodeAlign()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_ffi.cpp166 current.isText = true; in FfiOHOSAceFrameworkRichEditorOnSelect()
171 current.isText = false; in FfiOHOSAceFrameworkRichEditorOnSelect()
201 current.isText = true; in FfiOHOSAceFrameworkRichEditorAboutToDelete()
206 current.isText = false; in FfiOHOSAceFrameworkRichEditorAboutToDelete()
H A Dcj_richeditor_controller_ffi.h131 bool isText; member
H A Dcj_richeditor_controller_ffi.cpp432 current.isText = true; in GetSpans()
437 current.isText = false; in GetSpans()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp77 if (K.isText()) in getXCoreSectionFlags()
113 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp482 if (K.isText()) in getELFSectionFlags()
614 if (Kind.isText()) in getSectionPrefixForGlobal()
692 if (Kind.isText()) in SelectSectionForGlobal()
986 if (Kind.isText()) in SelectSectionForGlobal()
1228 else if (K.isText()) in getCOFFSectionFlags()
1327 if (Kind.isText()) in getCOFFSectionNameForUniqueGlobal()
1343 if (Kind.isText()) in SelectSectionForGlobal()
1387 if (Kind.isText()) in SelectSectionForGlobal()
1696 if (K.isText()) in getWasmKindForNamedSection()
1767 if (Kind.isText()) in SelectSectionForGlobal()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp78 if (TM.getSubtarget<ARMSubtarget>(*F).genExecuteOnly() && SK.isText()) in isExecuteOnlyFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h190 bool IsCode = SecB.isText(); in processSubtractRelocation()
216 bool IsCode = SecA.isText(); in processSubtractRelocation()
H A DRuntimeDyldCOFFI386.h92 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID))
H A DRuntimeDyldCOFFThumb.h112 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID))
H A DRuntimeDyldCOFFX86_64.h256 bool IsCode = SecI->isText();
H A DRuntimeDyldMachOI386.h173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation()
H A DRuntimeDyldCOFFAArch64.h233 Obj, *Section, Section->isText(), ObjSectionToID)) {
H A DRuntimeDyldMachOARM.h384 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DSectionKind.h118 bool isText() const { return K == Text || K == ExecuteOnly; } in isText() function in llvm::SectionKind
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp46 if (!Section || Section->getKind().isText() || in isDwarfSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp108 if (Section->getKind().isText()) in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp481 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch() local
484 isText ? SectionKind::getText() : SectionKind::getData())); in parseSectionSwitch()
723 bool isText = Segment == "__TEXT"; // FIXME: Hack. in parseDirectiveSection() local
726 isText ? SectionKind::getText() : SectionKind::getData())); in parseDirectiveSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
127 bool IsCode = Sec.isText(); in getRelocationValueRef()
H A DRuntimeDyld.cpp324 bool IsCode = SI->isText(); in loadObjectImpl()
366 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()
424 bool IsCode = SI->isText(); in loadObjectImpl()
540 bool IsCode = Section.isText(); in computeTotalAllocSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DObjectFile.h108 bool isText() const;
466 inline bool SectionRef::isText() const { in isText() function in llvm::object::SectionRef
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h277 void SetIsParentText(bool isText) in SetIsParentText()
279 isParentText = isText; in SetIsParentText()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp637 if (WS && WS->getKind().isText()) in CheckDataSection()
877 if (!CWS || !CWS->getKind().isText())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp322 if (!Sec.isText() || Sec.isVirtual()) in getModuleSectionIndexForAddress()

Completed in 35 milliseconds

12