HomeSort by relevance Sort by last modified time
    Searched refs:hasSection (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/IR/
GlobalObject.h 44 bool hasSection() const { return !StringRef(getSection()).empty(); }
GlobalValue.h 156 bool hasSection() const { return !StringRef(getSection()).empty(); }
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 144 GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
179 GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 98 GVRHS->hasSection())
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 65 if (GV->hasSection())
263 if (GV->hasSection())
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 294 if (I->isDeclaration() || I->isThreadLocal() || I->hasSection())
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 580 if (GV.hasSection()) {
592 if (F.hasSection()) {
653 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
683 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
    [all...]
  /external/llvm/lib/LTO/
LTOModule.cpp 288 if (!v->hasSection() /* || !isTargetDarwin */)
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 443 if (!GV->hasSection()) continue;
453 if (F->hasSection()) {
515 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
540 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 397 if (!GV->hasSection()) continue;
407 if (F->hasSection()) {
469 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
494 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 412 if (GV->hasSection()) {
424 if (F->hasSection()) {
486 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
512 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 95 if (GVAlign > NumBits || GV->hasSection())
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 266 if ((GV->hasSection() && StringRef(GV->getSection()).startswith(".cp.")) ||
    [all...]

Completed in 891 milliseconds