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

  /external/llvm/unittests/IR/
VerifierTest.cpp 58 GA->setUnnamedAddr(true);
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 196 Slot->setUnnamedAddr(false);
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 586 F->setUnnamedAddr(true);
661 EdgeTableGV->setUnnamedAddr(true);
727 GV->setUnnamedAddr(true);
739 WriteoutF->setUnnamedAddr(true);
787 Fn->setUnnamedAddr(true);
844 FlushF->setUnnamedAddr(true);
AddressSanitizer.cpp 556 GV->setUnnamedAddr(true); // Ok to merge these.
    [all...]
  /external/clang/lib/CodeGen/
CGVTT.cpp 119 GV->setUnnamedAddr(true);
MicrosoftVBTables.cpp 186 VBTable->setUnnamedAddr(true);
CodeGenModule.cpp 413 GV->setUnnamedAddr(true);
665 F->setUnnamedAddr(true);
668 F->setUnnamedAddr(true);
    [all...]
CGVTables.cpp 656 VTable->setUnnamedAddr(true);
722 VTable->setUnnamedAddr(true);
    [all...]
CGRTTI.cpp 671 GV->setUnnamedAddr(true);
    [all...]
CGDecl.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/include/llvm/IR/
GlobalValue.h 86 void setUnnamedAddr(bool Val) { UnnamedAddr = Val; }
  /external/llvm/lib/IR/
Globals.cpp 55 setUnnamedAddr(Src->hasUnnamedAddr());
IRBuilder.cpp 33 GV->setUnnamedAddr(true);
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [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/AsmParser/
LLParser.cpp 780 GV->setUnnamedAddr(UnnamedAddr);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 450 milliseconds