Searched defs:getEntrypoint (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/MCAnalysis/
H A DMCModule.h129 uint64_t getEntrypoint() const { return Entrypoint; } function in class:llvm::MCModule
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectDisassembler.cpp41 uint64_t MCObjectDisassembler::getEntrypoint() { function in class:MCObjectDisassembler
77 Module->Entrypoint = getEntrypoint();
527 uint64_t MCMachOObjectDisassembler::getEntrypoint() { function in class:MCMachOObjectDisassembler
551 return MCObjectDisassembler::getEntrypoint();

Completed in 95 milliseconds