Searched refs:CodeSize (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1096 W.printHex("CodeSize", FD.CodeSize);
1147 W.printHex("CodeSize", LineInfo.header()->CodeSize);
1154 if (Line.Offset >= LineInfo.header()->CodeSize) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp958 uint32_t End = Begin + Lines.header()->CodeSize;
1139 uint32_t(FD.RvaStart), uint32_t(FD.CodeSize),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1055 table.AppendLineEntryToSequence(seq.get(), base_addr + block.CodeSize,
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1537 if (addr < offsetInC || addr >= offsetInC + linesTmp.header()->CodeSize)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16988 bool CodeSize = DAG.getMachineFunction().getFunction().hasOptSize(); local
17003 if (SDValue NegN0 = getCheaperNegatedExpression(N0, DAG, LegalOps, CodeSize))
17008 if (SDValue NegN1 = getCheaperNegatedExpression(N1, DAG, LegalOps, CodeSize))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 202 milliseconds

12