HomeSort by relevance Sort by last modified time
    Searched defs:getLOHContainer (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 157 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; }
  /external/llvm/include/llvm/MC/
MCAssembler.h 864 MCLOHContainer &getLOHContainer() { return LOHContainer; }
865 const MCLOHContainer &getLOHContainer() const {
866 return const_cast<MCAssembler *>(this)->getLOHContainer();

Completed in 3361 milliseconds