Home
last modified time | relevance | path

Searched refs:CodeSize (Results 251 – 275 of 2437) sorted by relevance

1...<<11121314151617181920>>...98

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/COFF/Inputs/
H A Dpdb-hashes-2-missing.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/COFF/Inputs/
H A Dpdb-hashes-2.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
H A Dpdb-hashes-2-missing.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/COFF/Inputs/
H A Dpdb-hashes-2-missing.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
H A Dpdb-hashes-2.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/COFF/Inputs/
H A Dpdb-hashes-2.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
H A Dpdb-hashes-2-missing.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/test/COFF/Inputs/
H A Dpdb-hashes-2-missing.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
H A Dpdb-hashes-2.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/test/COFF/Inputs/
H A Dpdb-hashes-2-missing.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
H A Dpdb-hashes-2.yaml44 - CodeSize: 25
52 - CodeSize: 24
60 - CodeSize: 22
72 CodeSize: 25
96 CodeSize: 25
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/x86/
H A Dhipe_x86_assemble.erl68 {CodeSize,CodeBinary,AccRefs,LabelMap,ExportMap} =
70 print("Total num bytes=~w\n", [CodeSize], Options),
85 CodeSize,CodeBinary,SlimRefs,
108 {NewInsns,CodeSize,LabelMap} =
474 CodeSize = compute_code_size(Code, 0),
478 ?ASSERT(CodeSize =:= byte_size(CodeBinary)),
480 {CodeSize,CodeBinary,Relocs,CombinedLabelMap,ExportMap}.
486 compute_code_size([{_MFA,_Insns,CodeSize,_LabelMap}|Code], Size) ->
487 compute_code_size(Code, align_entry(Size+CodeSize));
496 combine_label_maps(Code, align_entry(Address+CodeSize), NewCLM);
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/x86/
H A Dhipe_x86_assemble.erl68 {CodeSize,CodeBinary,AccRefs,LabelMap,ExportMap} =
70 print("Total num bytes=~w\n", [CodeSize], Options),
85 CodeSize,CodeBinary,SlimRefs,
108 {NewInsns,CodeSize,LabelMap} =
474 CodeSize = compute_code_size(Code, 0),
478 ?ASSERT(CodeSize =:= byte_size(CodeBinary)),
480 {CodeSize,CodeBinary,Relocs,CombinedLabelMap,ExportMap}.
486 compute_code_size([{_MFA,_Insns,CodeSize,_LabelMap}|Code], Size) ->
487 compute_code_size(Code, align_entry(Size+CodeSize));
496 combine_label_maps(Code, align_entry(Address+CodeSize), NewCLM);
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/x86/
H A Dhipe_x86_assemble.erl68 {CodeSize,CodeBinary,AccRefs,LabelMap,ExportMap} =
70 print("Total num bytes=~w\n", [CodeSize], Options),
85 CodeSize,CodeBinary,SlimRefs,
108 {NewInsns,CodeSize,LabelMap} =
474 CodeSize = compute_code_size(Code, 0),
478 ?ASSERT(CodeSize =:= byte_size(CodeBinary)),
480 {CodeSize,CodeBinary,Relocs,CombinedLabelMap,ExportMap}.
486 compute_code_size([{_MFA,_Insns,CodeSize,_LabelMap}|Code], Size) ->
487 compute_code_size(Code, align_entry(Size+CodeSize));
496 combine_label_maps(Code, align_entry(Address+CodeSize), NewCLM);
[all …]
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/lambda/types/
H A Dtypes.go385 CodeSize int64 member
568 CodeSize int64 member
624 CodeSize int64 member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp105 Header.CodeSize = CodeSize; in commit()
154 void DebugLinesSubsection::setCodeSize(uint32_t Size) { CodeSize = Size; } in setCodeSize()

1...<<11121314151617181920>>...98