HomeSort by relevance Sort by last modified time
    Searched refs:hasSection (Results 1 - 15 of 15) 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 95 bool hasSection() const { return !Section.empty(); }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 248 if (GV->hasSection())
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 422 if (GV->hasSection()) {
434 if (F->hasSection()) {
496 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
521 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 462 if (!GV->hasSection()) continue;
472 if (F->hasSection()) {
534 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
559 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 414 if (GV->hasSection()) {
426 if (F->hasSection()) {
488 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
513 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 759 if (!GV->hasSection() || GV->getAlignment() == 0)
    [all...]
  /external/llvm/tools/lto/
LTOModule.cpp 418 if (!v->hasSection() /* || !isTargetDarwin */)
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 574 if (G->hasSection()) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1021 if (GVar->hasSection()) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 91 if (GVAlign > NumBits || GV->hasSection())
    [all...]

Completed in 674 milliseconds