HomeSort by: relevance | last modified time | path
    Searched refs:getSectionAlignment (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 266 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
468 return OwningObject->getSectionAlignment(SectionPimpl);
Wasm.h 187 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
XCOFFObjectFile.h 292 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
ELFObjectFile.h 284 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
853 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const {
MachO.h 303 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
COFF.h 956 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 293 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const {
COFFObjectFile.cpp 302 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const {
WasmObjectFile.cpp 1660 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const {
MachOObjectFile.cpp 1980 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const {

Completed in 40 milliseconds