OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getinfo
(Results
276 - 300
of
861
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
91
/// type are accessed/created with MMI::
getInfo
and destroyed when the
225
///
getInfo
- Keep track of various per-function pieces of information for
/external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp
128
const AArch64FunctionInfo *AFI = MF.
getInfo
<AArch64FunctionInfo>();
288
AArch64FunctionInfo *AFI = MF.
getInfo
<AArch64FunctionInfo>();
416
AArch64FunctionInfo *AFI = MF.
getInfo
<AArch64FunctionInfo>();
659
const AArch64FunctionInfo *AFI = MF.
getInfo
<AArch64FunctionInfo>();
[
all
...]
/external/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp
53
SIMachineFunctionInfo *MFI = MF.
getInfo
<SIMachineFunctionInfo>();
305
const SIMachineFunctionInfo *MFI = MF.
getInfo
<SIMachineFunctionInfo>();
SIRegisterInfo.cpp
28
const SIMachineFunctionInfo &MFI = *MF.
getInfo
<SIMachineFunctionInfo>();
180
const SIMachineFunctionInfo *MFI = MF.
getInfo
<SIMachineFunctionInfo>();
501
SIMachineFunctionInfo *MFI = MF->
getInfo
<SIMachineFunctionInfo>();
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h
81
/// type are accessed/created with MMI::
getInfo
and destroyed when the
196
///
getInfo
- Keep track of various per-function pieces of information for
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaInstrInfo.cpp
339
AlphaMachineFunctionInfo *AlphaFI = MF->
getInfo
<AlphaMachineFunctionInfo>();
364
AlphaMachineFunctionInfo *AlphaFI = MF->
getInfo
<AlphaMachineFunctionInfo>();
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FrameLowering.cpp
54
MF.
getInfo
<X86MachineFunctionInfo>()->getForceFramePointer() ||
469
X86MachineFunctionInfo *X86FI = MF.
getInfo
<X86MachineFunctionInfo>();
603
X86MachineFunctionInfo *X86FI = MF.
getInfo
<X86MachineFunctionInfo>();
[
all
...]
/frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java
150
mPages.add(page.
getInfo
());
444
public PageInfo
getInfo
() {
/libcore/ojluni/src/main/java/java/security/
Identity.java
205
* @see #
getInfo
220
public String
getInfo
() {
/packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java
471
PrintJobInfo printJob = printJobs.get(i).
getInfo
();
543
if (shouldShowToUser(job.
getInfo
())) {
/cts/tests/tests/print/src/android/print/cts/
PrintDocumentInfoTest.java
107
queuedInfo[0] = printJob.getDocument().
getInfo
();
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
FileHook.py
120
mtime = self.zip.
getinfo
(arcname).date_time
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciRomTable.c
209
Status = Decompress->
GetInfo
(
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/
SimpleFileSystem.h
370
EFI_FILE_GET_INFO
GetInfo
;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/
PeiCrc32GuidedSectionExtractLib.c
122
GetInfo
gets raw data size and attribute of the input guided section.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.c
99
Check packet for
GetInfo
.
101
GetInfo
is implemented with EfiMtftp4ReadFile. It use Mtftp4GetInfoCheckPacket
130
// Set the
GetInfo
's return status according to the OpCode.
[
all
...]
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
UsbCredentialProvider.c
343
Status = FileHandle->
GetInfo
(
362
Status = FileHandle->
GetInfo
(
560
Status = UserManager->
GetInfo
(
575
Status = UserManager->
GetInfo
(
[
all
...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java
252
// crlList.add(other.
getInfo
());
CMSUtils.java
196
// OCSPResponse resp = OCSPResponse.getInstance(infoFormat.
getInfo
());
/external/clang/include/clang/Analysis/Analyses/
Consumed.h
231
std::unique_ptr<ConsumedStateMap>
getInfo
(const CFGBlock *Block);
/external/clang/lib/Lex/
MacroInfo.cpp
230
if (auto *Info = DMD->
getInfo
()) {
/external/libchrome/base/files/
file_util.cc
42
running_size += file_iter.
GetInfo
().GetSize();
/external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp
121
bool HasEHReturn = MF->
getInfo
<HexagonMachineFunctionInfo>()->hasEHReturn();
/external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp
109
MipsFunctionInfo *MipsFI = MF.
getInfo
<MipsFunctionInfo>();
/external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp
135
NVPTXMachineFunctionInfo *MFI = MF.
getInfo
<NVPTXMachineFunctionInfo>();
Completed in 1240 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>