Searched refs:getSizeForEncoding (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp955 static unsigned getSizeForEncoding(MCStreamer &streamer, function
983 unsigned size = getSizeForEncoding(streamer, symbolEncoding);
997 unsigned size = getSizeForEncoding(streamer, symbolEncoding);
1215 unsigned Size = getSizeForEncoding(Streamer, FDEEncoding);
1224 Size = getSizeForEncoding(Streamer, dwarf::DW_EH_PE_udata4);
1228 Size = getSizeForEncoding(Streamer, dwarf::DW_EH_PE_absptr);
1235 Size = getSizeForEncoding(Streamer, Frame.LsdaEncoding);
1332 augmentationLength += getSizeForEncoding(Streamer, personalityEncoding);
1408 unsigned PCSize = getSizeForEncoding(Streamer, PCEncoding);
1421 augmentationLength += getSizeForEncoding(Streame
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp6753 static unsigned getSizeForEncoding(bool is64Bit, function
6774 switch (getSizeForEncoding(is64Bit, Encoding)) {
6956 uint64_t PCPointerSize = getSizeForEncoding(is64Bit,
6973 LSDAPointerSize = getSizeForEncoding(is64Bit, *CIE.LSDAPointerEncoding);

Completed in 80 milliseconds