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

  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 138 GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
173 GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
MergeFunctions.cpp 474 if (F1->hasSection() != F2->hasSection())
477 if (F1->hasSection() && F1->getSection() != F2->getSection())
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 181 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection())
  /external/llvm/include/llvm/
GlobalValue.h 96 bool hasSection() const { return !Section.empty(); }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 248 if (GV->hasSection())
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 419 if (GV->hasSection()) {
431 if (F->hasSection()) {
493 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
518 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /external/llvm/tools/lto/
LTOModule.cpp 293 if (v->hasSection() /* && isTargetDarwin */) {
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 460 if (!GV->hasSection()) continue;
470 if (F->hasSection()) {
532 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
557 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 412 if (GV->hasSection()) {
424 if (F->hasSection()) {
486 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
511 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 413 if (G->hasSection()) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 748 if (!GV->hasSection() || GV->getAlignment() == 0)
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 91 if (GVAlign > NumBits || GV->hasSection())
    [all...]

Completed in 341 milliseconds