OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FunctionAddrType
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
FaultMaps.h
140
typedef uint64_t
FunctionAddrType
;
145
FunctionAddrOffset + sizeof(
FunctionAddrType
);
165
FunctionAddrType
getFunctionAddr() const {
166
return read<
FunctionAddrType
>(P + FunctionAddrOffset, E);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FaultMaps.h
143
typedef uint64_t
FunctionAddrType
;
148
FunctionAddrOffset + sizeof(
FunctionAddrType
);
168
FunctionAddrType
getFunctionAddr() const {
169
return read<
FunctionAddrType
>(P + FunctionAddrOffset, E);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FaultMaps.h
143
typedef uint64_t
FunctionAddrType
;
148
FunctionAddrOffset + sizeof(
FunctionAddrType
);
168
FunctionAddrType
getFunctionAddr() const {
169
return read<
FunctionAddrType
>(P + FunctionAddrOffset, E);
Completed in 122 milliseconds