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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
DWARFEmitter.h 52 bool Is64BitAddrSize = true);
DWARFYAML.h 212 bool Is64BitAddrSize;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
DWARFEmitter.cpp 147 AddrSize = DI.Is64BitAddrSize ? 8 : 4;
208 AddrSize = DI.Is64BitAddrSize ? 8 : 4;
413 AddrSize = DI.Is64BitAddrSize ? 8 : 4;
608 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS,
636 AddrSize = DI.Is64BitAddrSize ? 8 : 4;
912 bool IsLittleEndian, bool Is64BitAddrSize) {
922 AddrSize = Is64BitAddrSize ? 8 : 4;
998 OS, *DI.DebugRnglists, DI.IsLittleEndian, DI.Is64BitAddrSize);
1004 OS, *DI.DebugLoclists, DI.IsLittleEndian, DI.Is64BitAddrSize);
1053 bool Is64BitAddrSize) {
    [all...]
MachOYAML.cpp 110 Object.DWARF.Is64BitAddrSize = Object.Header.magic == MachO::MH_MAGIC_64 ||
ELFYAML.cpp 1821 Object.DWARF->Is64BitAddrSize =

Completed in 35 milliseconds