Searched defs:Scope (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-current/sys/contrib/dev/acpica/components/parser/
H A Dpsscope.c224 ACPI_GENERIC_STATE *Scope; local
271 ACPI_GENERIC_STATE *Scope; local
333 ACPI_GENERIC_STATE *Scope = ParserState->Scope; local
388 ACPI_GENERIC_STATE *Scope; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp293 StringRef Scope = A->getValue(); local
H A DAArch64.cpp276 StringRef Scope = A->getValue(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp63 StringRef Scope = F.getFnAttribute("sign-return-address").getValueAsString(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h41 StringRef Scope; member in struct:llvm::ARM::ParsedBranchProtection
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp52 void LVRange::addEntry(LVScope *Scope, LVAddress LowerAddress, argument
68 void LVRange::addEntry(LVScope *Scope) { argument
89 LVScope *Scope = nullptr; local
148 LVScope *Scope = RangeEntry.scope(); local
[all...]
H A DLVObject.cpp89 void LVObject::setParent(LVScope *Scope) { argument
H A DLVCompare.cpp25 enum class LVCompareItem { Scope, Symbol, Type, Line, Total }; member in class:__anon1987::LVCompareItem
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h65 void push(LVScope *Scope) { ScopeStack.push_back(Scope); } argument
H A DLVRange.h28 LVScope *Scope = nullptr; member in class:llvm::logicalview::final
34 LVRangeEntry(LVAddress LowerAddress, LVAddress UpperAddress, LVScope *Scope) argument
/freebsd-current/sys/contrib/dev/acpica/components/namespace/
H A Dnsconvert.c453 AcpiNsConvertToUnicode( ACPI_NAMESPACE_NODE *Scope, ACPI_OPERAND_OBJECT *OriginalObject, ACPI_OPERAND_OBJECT **ReturnObject) argument
528 AcpiNsConvertToResource( ACPI_NAMESPACE_NODE *Scope, ACPI_OPERAND_OBJECT *OriginalObject, ACPI_OPERAND_OBJECT **ReturnObject) argument
614 AcpiNsConvertToReference( ACPI_NAMESPACE_NODE *Scope, ACPI_OPERAND_OBJECT *OriginalObject, ACPI_OPERAND_OBJECT **ReturnObject) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp58 StringRef Scope = F.getFnAttribute("sign-return-address").getValueAsString(); local
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp76 normalizeAttrScopeName(const IdentifierInfo *Scope, argument
156 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); local
31 hasAttribute(AttributeCommonInfo::Syntax Syntax, const IdentifierInfo *Scope, const IdentifierInfo *Attr, const TargetInfo &Target, const LangOptions &LangOpts) argument
123 normalizeName(const IdentifierInfo *Name, const IdentifierInfo *Scope, AttributeCommonInfo::Syntax SyntaxUsed) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp43 Program::DeclScope Scope; member in class:clang::interp::final
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp281 bool AA::isValidInScope(const Value &V, const Function *Scope) { argument
295 const Function *Scope = nullptr; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp125 DILocalScope *Scope = DL->getScope(); local
142 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, argument
160 getOrCreateRegularScope(const DILocalScope *Scope) argument
188 getOrCreateInlinedScope(const DILocalScope *Scope, const DILocation *InlinedAt) argument
212 getOrCreateAbstractScope(const DILocalScope *Scope) argument
236 constructScopeNest(LexicalScope *Scope) argument
285 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
308 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DReplayInlineAdvisor.h44 enum class Scope : int { Function, Module }; class in struct:llvm::ReplayInlinerSettings
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp50 const MDNode *Scope = getInlinedAtScope(); local
H A DDebugInfo.cpp148 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { argument
157 MDNode *Scope = DeclareLoc.getScope(); local
169 MDNode *Scope = DeclareLoc.getScope(); local
283 void DebugInfoFinder::processScope(DIScope *Scope) { argument
380 addScope(DIScope *Scope) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h37 LVScope *Scope = nullptr; member in struct:llvm::logicalview::final
42 LVSymbolTableEntry(LVScope *Scope, LVAddress Address, argument
165 void addInlineeLines(LVScope *Scope, LVLines &Lines) { argument
[all...]
H A DLVCodeViewReader.h209 void addModule(LVScope *Scope) { Modules.push_back(Scope); } argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp154 getLLVMSyncScopeID(const LangOptions &LangOpts, SyncScope Scope, llvm::AtomicOrdering Ordering, llvm::LLVMContext &Ctx) const argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp213 getFullyQualifiedNestedNameSpecifier( const ASTContext &Ctx, NestedNameSpecifier *Scope, bool WithGlobalNsPrefix) argument
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp224 std::optional<Symbol> Symbol::named(llvm::StringRef Scope, llvm::StringRef Name, argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp208 ScopeMatcher *Scope = nullptr; local
[all...]

Completed in 343 milliseconds

12345