HomeSort by: relevance | last modified time | path
    Searched refs:anchor (Results 1 - 25 of 487) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86ModRMFilters.cpp 13 void ModRMFilter::anchor() { } function in class:ModRMFilter
15 void DumbFilter::anchor() { } function in class:DumbFilter
17 void ModFilter::anchor() { } function in class:ModFilter
19 void ExtendedFilter::anchor() { } function in class:ExtendedFilter
21 void ExtendedRMFilter::anchor() { } function in class:ExtendedRMFilter
23 void ExactFilter::anchor() { } function in class:ExactFilter
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Dominators.cpp 14 void CFGDominatorTreeImpl</*IsPostDom=*/true>::anchor() {} function in class:clang::CFGDominatorTreeImpl
17 void CFGDominatorTreeImpl</*IsPostDom=*/false>::anchor() {} function in class:clang::CFGDominatorTreeImpl
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedDiagnosticConsumer.cpp 13 void ChainedDiagnosticConsumer::anchor() { } function in class:ChainedDiagnosticConsumer
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaConsumer.cpp 13 void SemaConsumer::anchor() { } function in class:SemaConsumer
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCCodeEmitter.cpp 19 void AMDGPUMCCodeEmitter::anchor() {} function in class:AMDGPUMCCodeEmitter
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCMachineFunctionInfo.cpp 13 void ARCFunctionInfo::anchor() {} function in class:ARCFunctionInfo
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.cpp 14 void HexagonMachineFunctionInfo::anchor() {} function in class:HexagonMachineFunctionInfo
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiMachineFunctionInfo.cpp 13 void LanaiMachineFunctionInfo::anchor() {} function in class:LanaiMachineFunctionInfo
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kMachineFunction.cpp 20 void M68kMachineFunctionInfo::anchor() {} function in class:M68kMachineFunctionInfo
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430MachineFunctionInfo.cpp 13 void MSP430MachineFunctionInfo::anchor() { } function in class:MSP430MachineFunctionInfo
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcMachineFunctionInfo.cpp 13 void SparcMachineFunctionInfo::anchor() { } function in class:SparcMachineFunctionInfo
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.cpp 15 void SystemZMachineFunctionInfo::anchor() {} function in class:SystemZMachineFunctionInfo
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEMachineFunctionInfo.cpp 13 void VEMachineFunctionInfo::anchor() {} function in class:VEMachineFunctionInfo
  /src/external/apache2/llvm/dist/llvm/lib/MCA/
HWEventListener.cpp 10 /// This file defines a vtable anchor for class HWEventListener.
19 // Anchor the vtable here.
20 void HWEventListener::anchor() {} function in class:llvm::mca::HWEventListener
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
View.cpp 10 /// This file defines the virtual anchor method in View.h to pin the vtable.
21 void View::anchor() {} function in class:llvm::mca::View
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ExtensibleRTTI.cpp 12 void llvm::RTTIRoot::anchor() {} function in class:llvm::RTTIRoot
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMRegisterInfo.cpp 16 void ARMRegisterInfo::anchor() { } function in class:ARMRegisterInfo
ARMRegisterInfo.h 23 virtual void anchor();
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmInfoWasm.cpp 17 void MCAsmInfoWasm::anchor() {} function in class:MCAsmInfoWasm
MCAsmInfoCOFF.cpp 19 void MCAsmInfoCOFF::anchor() {} function in class:MCAsmInfoCOFF
52 void MCAsmInfoMicrosoft::anchor() {} function in class:MCAsmInfoMicrosoft
56 void MCAsmInfoGNUCOFF::anchor() {} function in class:MCAsmInfoGNUCOFF
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYMCAsmInfo.cpp 19 void CSKYMCAsmInfo::anchor() {} function in class:CSKYMCAsmInfo
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfoCOFF.h 17 virtual void anchor();
24 void anchor() override;
31 void anchor() override;
MCAsmInfoWasm.h 16 virtual void anchor();
  /src/sys/dist/pf/net/
pf_ruleset.c 173 struct pf_anchor *anchor; local
179 anchor = pf_find_anchor(path);
180 if (anchor == NULL)
183 return (&anchor->ruleset);
191 struct pf_anchor *anchor = NULL /* XXX gcc */; local
207 parent = ruleset->anchor;
229 anchor = (struct pf_anchor *)rs_malloc(sizeof(*anchor));
230 if (anchor == NULL) {
234 memset(anchor, 0, sizeof(*anchor))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.h 24 virtual void anchor();
31 void anchor() override;
40 void anchor() override;
47 void anchor() override;

Completed in 156 milliseconds

1 2 3 4 5 6 7 8 91011>>