Searched defs:getLOHContainer (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/AArch64/ | ||
H A D | AArch64MachineFunctionInfo.h | 157 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; } function in class:llvm::AArch64FunctionInfo |
/external/llvm/include/llvm/MC/ | ||
H A D | MCAssembler.h | 864 MCLOHContainer &getLOHContainer() { return LOHContainer; } function in class:llvm::MCAssembler 865 const MCLOHContainer &getLOHContainer() const { function in class:llvm::MCAssembler 866 return const_cast<MCAssembler *>(this)->getLOHContainer(); |
Completed in 172 milliseconds