Searched defs:Unit (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h39 template <typename T> MachineBasicBlock *getBottom(const T *Unit) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.cpp36 static unsigned getOffsetSize(const DWARFYAML::Unit &Unit) { argument
40 static unsigned getRefSize(const DWARFYAML::Unit &Unit) { argument
[all...]
H A DDWARFYAML.cpp98 void MappingTraits<DWARFYAML::Unit>::mapping(IO &IO, DWARFYAML::Unit &Unit) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp49 std::unique_ptr<ASTUnit> Unit = ASTUnit::LoadFromASTFile( local
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumberLocal.h51 #define Unit decNumberUnit macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp120 Printable printRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) { argument
130 OS << "BadUnit~" << Unit; variable
[all...]
H A DLiveRegMatrix.cpp85 unsigned Unit = (*Units).first; local
[all...]
H A DMachineOutliner.cpp1165 DIFile *Unit = SP->getFile(); local
H A DLiveIntervals.cpp268 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { argument
334 unsigned Unit = *Units; local
975 getRegUnitLI(unsigned Unit) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h49 DWARFDie(DWARFUnit *Unit, const DWARFDebugInfoEntry *D) : U(Unit), Die(D) {} argument
H A DDWARFFormValue.h108 DWARFUnit *Unit; member in struct:llvm::DWARFFormValue::UnitOffset
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h211 typedef Vector<uint8_t> Unit; typedef in namespace:fuzzer
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h393 LiveRange &getRegUnit(unsigned Unit) { argument
406 LiveRange *getCachedRegUnit(unsigned Unit) { argument
416 removeRegUnit(unsigned Unit) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp148 uint64_t Unit = Mask & (-Mask); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp198 const DIEUnit *Unit = getUnit(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp321 unsigned Unit = *Units; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp387 ASTUnit *Unit = LoadedUnit.get(); local
483 llvm::Expected<ASTUnit *> Unit = ASTStorage.getASTUnitForFunction( local
499 importDefinitionImpl(const T *D, ASTUnit *Unit) argument
532 importDefinition(const FunctionDecl *FD, ASTUnit *Unit) argument
538 importDefinition(const VarDecl *VD, ASTUnit *Unit) argument
550 getOrCreateASTImporter(ASTUnit *Unit) argument
580 clang::ASTUnit *Unit = I->second.second; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h108 llvm::DIFile *Unit; member in struct:clang::DynamicInitKind::CGDebugInfo::ObjCInterfaceCacheEntry
109 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType *Decl, llvm::DIFile *Unit) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp120 DWARFUnit *DWARFUnitVector::addUnit(std::unique_ptr<DWARFUnit> Unit) { argument
H A DDWARFVerifier.cpp161 unsigned DWARFVerifier::verifyUnitContents(DWARFUnit &Unit) { argument
303 DWARFUnit *Unit; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h100 struct Unit { struct in namespace:llvm::DWARFYAML
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py804 class Unit(object): class in class:DwarfdumpParser
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp881 auto *Unit = SP->getUnit(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h621 Metadata *Unit; member in struct:llvm::MDNodeKeyImpl
627 MDNodeKeyImpl(Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment, unsigned Flags, unsigned SPFlags, Metadata *Unit, Metadata *TemplateParams, Metadata *Declaration, Metadata *RetainedNodes, Metadata *ThrownTypes) argument
H A DDebugInfoMetadata.cpp630 getImpl( LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, unsigned ScopeLine, Metadata *ContainingType, unsigned VirtualIndex, int ThisAdjustment, DIFlags Flags, DISPFlags SPFlags, Metadata *Unit, Metadata *TemplateParams, Metadata *Declaration, Metadata *RetainedNodes, Metadata *ThrownTypes, StorageType Storage, bool ShouldCreate) argument

Completed in 321 milliseconds

12