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

  /external/llvm/unittests/VMCore/
VerifierTest.cpp 58 GA->setUnnamedAddr(true);
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 189 Slot->setUnnamedAddr(false);
GlobalOpt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGVTT.cpp 124 GV->setUnnamedAddr(true);
CodeGenModule.cpp 301 GV->setUnnamedAddr(true);
515 F->setUnnamedAddr(true);
695 gv->setUnnamedAddr(true);
    [all...]
CGVTables.cpp 639 VTable->setUnnamedAddr(true);
698 VTable->setUnnamedAddr(true);
CGRTTI.cpp 707 GV->setUnnamedAddr(true);
    [all...]
CGDecl.cpp     [all...]
  /external/llvm/include/llvm/
GlobalValue.h 87 void setUnnamedAddr(bool Val) { UnnamedAddr = Val; }
  /external/llvm/lib/VMCore/
Globals.cpp 54 setUnnamedAddr(Src->hasUnnamedAddr());
IRBuilder.cpp 33 GV->setUnnamedAddr(true);
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 565 EdgeTableGV->setUnnamedAddr(true);
618 GV->setUnnamedAddr(true);
630 WriteoutF->setUnnamedAddr(true);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 529 GV->setUnnamedAddr(true); // Ok to merge these.
  /external/llvm/lib/AsmParser/
LLParser.cpp 719 GV->setUnnamedAddr(UnnamedAddr);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]

Completed in 332 milliseconds