Home
last modified time | relevance | path

Searched +defs:Global +defs:A (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCuda.h142 Global, enumerator
148 static inline bool IsNVIDIAOffloadArch(OffloadArch A) { in IsNVIDIAOffloadArch()
152 static inline bool IsAMDOffloadArch(OffloadArch A) { in IsAMDOffloadArch()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp164 unsigned LLVMGetEnumAttributeKind(LLVMAttributeRef A) { in LLVMGetEnumAttributeKind()
168 uint64_t LLVMGetEnumAttributeValue(LLVMAttributeRef A) { in LLVMGetEnumAttributeValue()
182 LLVMTypeRef LLVMGetTypeAttributeValue(LLVMAttributeRef A) { in LLVMGetTypeAttributeValue()
208 const char *LLVMGetStringAttributeKind(LLVMAttributeRef A, in LLVMGetStringAttributeKind()
215 const char *LLVMGetStringAttributeValue(LLVMAttributeRef A, in LLVMGetStringAttributeValue()
222 LLVMBool LLVMIsEnumAttribute(LLVMAttributeRef A) { in LLVMIsEnumAttribute()
227 LLVMBool LLVMIsStringAttribute(LLVMAttributeRef A) { in LLVMIsStringAttribute()
231 LLVMBool LLVMIsTypeAttribute(LLVMAttributeRef A) { in LLVMIsTypeAttribute()
1937 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent()
1941 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp259 bool Global = SymFlags & SymbolRef::SF_Global; in shouldPrint() local
270 bool operator<(const NMSymbol &A, const NMSymbol &B) { in operator <()
284 bool operator>(const NMSymbol &A, const NMSymbol &B) { return B < A; } in operator >()
285 bool operator==(const NMSymbol &A, const NMSymbol &B) { in operator ==()
2065 static void dumpArchiveMap(Archive *A, StringRef Filename) { in dumpArchiveMap()
2081 static void dumpArchive(Archive *A, std::vector<NMSymbol> &SymbolList, in dumpArchive()
2145 std::unique_ptr<Archive> &A = *AOrErr; in dumpMachOUniversalBinaryMatchArchFlags() local
2208 std::unique_ptr<Archive> &A = *AOrErr; in dumpMachOUniversalBinaryMatchHost() local
2263 std::unique_ptr<Archive> &A = *AOrErr; in dumpMachOUniversalBinaryArchAll() local
2375 if (Archive *A = dyn_cast<Archive>(&Bin)) in dumpSymbolNamesFromFile() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h212 Global, enumerator
233 static UnnamedAddr getMinUnnamedAddr(UnnamedAddr A, UnnamedAddr B) { in getMinUnnamedAddr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp537 bool objdump::isRelocAddressLess(RelocationRef A, RelocationRef B) { in isRelocAddressLess()
1770 BumpPtrAllocator A; in disassembleObject() local
2926 bool Global = Flags & SymbolRef::SF_Global; in printSymbol() local
3261 static void dumpObject(ObjectFile *O, const Archive *A = nullptr, in dumpObject()
3341 static void dumpObject(const COFFImportFile *I, const Archive *A, in dumpObject()
3359 static void dumpArchive(const Archive *A) { in dumpArchive()
3396 if (Archive *A = dyn_cast<Archive>(&Binary)) in dumpInput() local
3411 if (const opt::Arg *A = InputArgs.getLastArg(ID)) { in parseIntArg() local
3421 static object::BuildID parseBuildIDArg(const opt::Arg *A) { in parseBuildIDArg()
3430 void objdump::invalidArgValue(const opt::Arg *A) { in invalidArgValue()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp169 DIGlobal Global = Info->symbolizeData(ModuleOffset); in symbolizeDataCommon() local
250 for (object::SectionedAddress A : Info->findSymbol(Symbol, Offset)) { in findSymbolCommon() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp928 for (const wasm::WasmGlobal &Global : Globals) { in writeGlobalSection() local
1121 Relocs, [](const WasmRelocationEntry &A, const WasmRelocationEntry &B) { in writeRelocSection()
1648 wasm::WasmGlobal Global; in writeOneObject() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp330 DwarfDebug::DwarfDebug(AsmPrinter *A) in DwarfDebug()
1119 GVEs, [](DwarfCompileUnit::GlobalExpr A, DwarfCompileUnit::GlobalExpr B) { in sortGlobalExprs()
1135 DwarfCompileUnit::GlobalExpr B) { in sortGlobalExprs()
1159 for (const GlobalVariable &Global : M->globals()) { in beginModule() local
2556 llvm::sort(Vec, [](auto &A, auto &B) { in emitDebugPubSection()
3068 llvm::sort(CUs, [](const DwarfCompileUnit *A, const DwarfCompileUnit *B) { in emitDebugARanges()
H A DDwarfCompileUnit.cpp74 AsmPrinter *A, DwarfDebug *DW, in DwarfCompileUnit()
225 const GlobalVariable *Global = GE.Var; in addLocationAttribute() local
H A DAsmPrinter.cpp1881 const std::pair<StringRef, unsigned> &B) { in emitFunctionBody()
2456 auto Global = M.getGlobalVariable(SymbolName); in doFinalization() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp670 if (const Attr *A = D->getDefiningAttr()) { in checkAliases() local
2269 const OpenCLAccessAttr *A = PDecl->getAttr<OpenCLAccessAttr>(); in GenKernelArgMetadata() local
3501 bool CodeGenModule::MustBeEmitted(const ValueDecl *Global) { in MustBeEmitted()
3518 bool CodeGenModule::MayBeEmittedEagerly(const ValueDecl *Global) { in MayBeEmittedEagerly()
3710 if (auto *A = D->getAttr<AttrT>()) in hasImplicitAttr() local
3729 const auto *Global = cast<ValueDecl>(GD.getDecl()); in EmitGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3057 Value *Global = TLI.getSDagStackGuard(*MF.getFunction().getParent()); in getLoadStackGuard() local
4601 SDValue A = DAG.getObjectPtrOffset(dl, Ptr, Offsets[i]); in visitLoad() local
7315 const Value *Global = TLI.getSDagStackGuard(M); in visitIntrinsicCall() local
11253 static bool isOnlyUsedInEntryBlock(const Argument *A, bool FastISel) { in isOnlyUsedInEntryBlock()