Home
last modified time | relevance | path

Searched refs:RelocationSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp96 static size_t size() { return COFF::RelocationSize; } in size()
947 offset += COFF::RelocationSize; in writeObject()
950 offset += COFF::RelocationSize * Sec->Relocations.size(); in writeObject()
/external/llvm/include/llvm/Support/
DCOFF.h52 RelocationSize = 10 enumerator
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp188 S.Header.NumberOfRelocations * COFF::RelocationSize; in layoutCOFF()