Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp153 if (K.isText()) in getELFSectionFlags()
190 if (Kind.isText()) return ".text."; in getSectionPrefixForGlobal()
212 if (Kind.isText()) in SelectSectionForGlobal()
239 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
398 if (Kind.isText()) in SelectSectionForGlobal()
561 else if (K.isText()) in getCOFFSectionFlags()
593 if (Kind.isText()) in getCOFFSectionPrefixForUniqueGlobal()
624 if (Kind.isText()) in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionCOFF.cpp41 if (getKind().isText()) in PrintSwitchToSection()
79 return getKind().isText(); in UseCodeAlign()
/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp200 bool isText = false; in PrintObjectSectionSizes() local
204 if (error(i->isText(isText))) return; in PrintObjectSectionSizes()
207 if (isText) in PrintObjectSectionSizes()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp177 if (K.isText()) in getELFSectionFlags()
229 if (Kind.isText()) in getSectionPrefixForGlobal()
321 if (Kind.isText()) in SelectSectionForGlobal()
595 if (Kind.isText()) in SelectSectionForGlobal()
817 else if (K.isText()) in getCOFFSectionFlags()
917 if (Kind.isText()) in getCOFFSectionNameForUniqueGlobal()
934 if (Kind.isText()) in SelectSectionForGlobal()
970 if (Kind.isText()) in SelectSectionForGlobal()
/external/markdown/markdown/
Dtreeprocessors.py100 def __processElementText(self, node, subnode, isText=True): argument
114 if isText:
123 if not isText and node is not subnode:
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp303 if (K.isText()) in getELFSectionFlags()
409 if (Kind.isText()) in getSectionPrefixForGlobal()
511 if (Kind.isText()) in SelectSectionForGlobal()
791 if (Kind.isText()) in SelectSectionForGlobal()
1016 else if (K.isText()) in getCOFFSectionFlags()
1115 if (Kind.isText()) in getCOFFSectionNameForUniqueGlobal()
1131 if (Kind.isText()) in SelectSectionForGlobal()
1175 if (Kind.isText()) in SelectSectionForGlobal()
1467 if (K.isText()) in getWasmKindForNamedSection()
1534 if (Kind.isText()) in SelectSectionForGlobal()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp78 if (K.isText()) in getXCoreSectionFlags()
118 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DNode.java176 return (isText(index)) ? (String) getChild(index) : null; in getText()
215 public boolean isText(int i) { in isText() method in Node
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp78 if (K.isText()) in getXCoreSectionFlags()
114 if (Kind.isText()) return TextSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DDarwinAsmParser.cpp305 bool isText = StringRef(Segment) == "__TEXT"; // FIXME: Hack. in ParseSectionSwitch() local
308 isText ? SectionKind::getText() in ParseSectionSwitch()
446 bool isText = Segment == "__TEXT"; // FIXME: Hack. in ParseDirectiveSection() local
449 isText ? SectionKind::getText() in ParseDirectiveSection()
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp333 bool CBC_PDF417HighLevelEncoder::isText(wchar_t ch) { in isText() function in CBC_PDF417HighLevelEncoder
376 if (!isText(ch)) { in determineConsecutiveTextCount()
405 while (textCount < 5 && isText(ch)) { in determineConsecutiveBinaryCount()
DBC_PDF417HighLevelEncoder.h57 static bool isText(wchar_t ch);
/external/markdown/markdown/extensions/
Dfootnotes.py284 node, isText = result
285 if isText:
/external/llvm/lib/MC/
DMCSectionCOFF.cpp104 return getKind().isText(); in UseCodeAlign()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h191 bool IsCode = SecB.isText(); in processSubtractRelocation()
217 bool IsCode = SecA.isText(); in processSubtractRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h191 bool IsCode = SecB.isText(); in processSubtractRelocation()
217 bool IsCode = SecA.isText(); in processSubtractRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionCOFF.cpp111 return getKind().isText(); in UseCodeAlign()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp67 if (TM.getSubtarget<ARMSubtarget>(*F).genExecuteOnly() && SK.isText()) in isExecuteOnlyFunction()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp401 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch() local
404 isText ? SectionKind::getText() : SectionKind::getData())); in parseSectionSwitch()
645 bool isText = Segment == "__TEXT"; // FIXME: Hack. in parseDirectiveSection() local
648 isText ? SectionKind::getText() : SectionKind::getData())); in parseDirectiveSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp111 if (Section->getKind().isText()) in getRelocType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp36 if (!Section || Section->getKind().isText() || in isDwarfSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp477 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch() local
480 isText ? SectionKind::getText() : SectionKind::getData())); in parseSectionSwitch()
719 bool isText = Segment == "__TEXT"; // FIXME: Hack. in parseDirectiveSection() local
722 isText ? SectionKind::getText() : SectionKind::getData())); in parseDirectiveSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h119 bool isText() const { return K == Text || K == ExecuteOnly; } in isText() function
/external/llvm/include/llvm/MC/
DSectionKind.h115 bool isText() const { return K == Text; } in isText() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h138 bool isText() const { return K == Text; } in isText() function

123