OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mechanism
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/CFGuard/
CFGuard.cpp
37
/// address-taken function. X86_64 targets use the CF_Dispatch
mechanism
. X86,
43
enum
Mechanism
{ CF_Check, CF_Dispatch };
48
// By default, use the guard check
mechanism
.
52
// Recommended constructor used to specify the type of guard
mechanism
.
53
CFGuard(
Mechanism
Var) : FunctionPass(ID) {
59
/// check
mechanism
. When the image is loaded, the loader puts the appropriate
104
/// dispatch
mechanism
. When the image is loaded, the loader puts the
150
Mechanism
GuardMechanism = CF_Check;
242
assert(GuardMechanism == CF_Dispatch && "Invalid CFGuard
mechanism
");
CFGuard.cpp
37
/// address-taken function. X86_64 targets use the CF_Dispatch
mechanism
. X86,
43
enum
Mechanism
{ CF_Check, CF_Dispatch };
48
// By default, use the guard check
mechanism
.
52
// Recommended constructor used to specify the type of guard
mechanism
.
53
CFGuard(
Mechanism
Var) : FunctionPass(ID) {
59
/// check
mechanism
. When the image is loaded, the loader puts the appropriate
104
/// dispatch
mechanism
. When the image is loaded, the loader puts the
150
Mechanism
GuardMechanism = CF_Check;
242
assert(GuardMechanism == CF_Dispatch && "Invalid CFGuard
mechanism
");
Completed in 43 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026