Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionXCOFF.cpp22 if (getKind().isText()) { in PrintSwitchToSection()
71 bool MCSectionXCOFF::UseCodeAlign() const { return getKind().isText(); } in UseCodeAlign()
DMCSectionCOFF.cpp108 return getKind().isText(); in UseCodeAlign()
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.ts12 isText,
65 isTextNode: isText,
189 if (lastChild && isText(lastChild)) {
199 if (prevNode && isText(prevNode)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
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/
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/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h190 bool IsCode = SecB.isText(); in processSubtractRelocation()
216 bool IsCode = SecA.isText(); in processSubtractRelocation()
DRuntimeDyldCOFFI386.h92 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef()
DRuntimeDyldCOFFX86_64.h256 bool IsCode = SecI->isText(); in processRelocationRef()
DRuntimeDyldMachOI386.h173 bool IsCode = SectionA.isText(); in processSECTDIFFRelocation()
DRuntimeDyldCOFFThumb.h112 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef()
DRuntimeDyldCOFFAArch64.h233 Obj, *Section, Section->isText(), ObjSectionToID)) { in processRelocationRef()
DRuntimeDyldMachOARM.h384 bool IsCode = SectionA.isText(); in processHALFSECTDIFFRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp108 if (Section->getKind().isText()) in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
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/MC/MCParser/
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/include/llvm/MC/
DSectionKind.h118 bool isText() const { return K == Text || K == ExecuteOnly; } in isText() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
127 bool IsCode = Sec.isText(); in getRelocationValueRef()
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/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp46 if (!Section || Section->getKind().isText() || in isDwarfSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h108 bool isText() const;
466 inline bool SectionRef::isText() const { in isText() function
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_pipeline_executable_properties/
Dpipelines.txt310 * pname:isText specifies whether the returned data is text or opaque data.
311 If pname:isText is ename:VK_TRUE then the data returned in pname:pData
330 If pname:isText is ename:VK_TRUE and pname:pData is not `NULL` and
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp322 if (!Sec.isText() || Sec.isVirtual()) in getModuleSectionIndexForAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp637 if (WS && WS->getKind().isText()) in CheckDataSection()
877 if (!CWS || !CWS->getKind().isText()) in doBeforeLabelEmit()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExecutablePropertiesTests.cpp542 if (irs[irNdx].isText) in verifyInternalRepresentations()
558 if (irs[irNdx].isText) in verifyInternalRepresentations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineExecutablePropertiesTests.cpp542 if (irs[irNdx].isText) in verifyInternalRepresentations()
558 if (irs[irNdx].isText) in verifyInternalRepresentations()

123