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

  /external/llvm/unittests/VMCore/
VerifierTest.cpp 58 GA->setUnnamedAddr(true);
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 195 Slot->setUnnamedAddr(false);
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 573 EdgeTableGV->setUnnamedAddr(true);
626 GV->setUnnamedAddr(true);
638 WriteoutF->setUnnamedAddr(true);
680 F->setUnnamedAddr(true);
699 Fn->setUnnamedAddr(true);
  /external/clang/lib/CodeGen/
CGVTT.cpp 119 GV->setUnnamedAddr(true);
CodeGenModule.cpp 365 GV->setUnnamedAddr(true);
583 F->setUnnamedAddr(true);
768 gv->setUnnamedAddr(true);
    [all...]
CGVTables.cpp 639 VTable->setUnnamedAddr(true);
697 VTable->setUnnamedAddr(true);
CGRTTI.cpp 705 GV->setUnnamedAddr(true);
    [all...]
CGDecl.cpp     [all...]
  /external/llvm/include/llvm/
GlobalValue.h 85 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/Scalar/
LoopIdiomRecognize.cpp 531 GV->setUnnamedAddr(true); // Ok to merge these.
  /external/llvm/lib/AsmParser/
LLParser.cpp 716 GV->setUnnamedAddr(UnnamedAddr);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 402 milliseconds