/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
H A D | guarded_pool_allocator_tls.h | 49 alignas(8) static GWP_ASAN_TLS_INITIAL_EXEC ThreadLocalPackedVariables Locals; in getThreadLocals() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | EvalEmitter.h |
|
H A D | InterpFrame.h |
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 217 print(const Request & Request,const std::vector<DILocal> & Locals) print() argument 356 print(const Request & Request,const std::vector<DILocal> & Locals) print() argument
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.h | 81 SmallVector<DbgVariable *, 8> Locals; global() member
|
H A D | CodeViewDebug.h | 130 SmallVector<LocalVariable, 1> Locals; member 165 SmallVector<LocalVariable, 1> Locals; member
|
H A D | CodeViewDebug.cpp | 2819 emitLocalVariableList(const FunctionInfo & FI,ArrayRef<LocalVariable> Locals) emitLocalVariableList() argument 2972 collectLexicalBlockInfo(SmallVectorImpl<LexicalScope * > & Scopes,SmallVectorImpl<LexicalBlock * > & Blocks,SmallVectorImpl<LocalVariable> & Locals,SmallVectorImpl<CVGlobalVariable> & Globals) collectLexicalBlockInfo() argument 2992 SmallVectorImpl<LocalVariable> *Locals = collectLexicalBlockInfo() local [all...] |
H A D | DwarfCompileUnit.cpp | 1129 auto Locals = sortLocalVars(Vars.Locals); createAndAddScopeChildren() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.h | 37 std::vector<MVT> Locals; variable
|
H A D | WebAssemblyAsmPrinter.cpp | 635 SmallVector<wasm::ValType, 16> Locals; emitFunctionBodyStart() local
|
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmTypeCheck.cpp | 57 LocalTypes.insert(LocalTypes.end(), Locals.begin(), Locals.end()); in localDecl() argument
|
H A D | WebAssemblyAsmParser.cpp | 954 SmallVector<wasm::ValType, 4> Locals; parseDirective() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 146 std::vector<std::string> Locals; member
|
/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 83 Locals, // --discard-locals (-X) enumerator
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 110 std::vector<LocalDecl> Locals; member
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 386 std::vector<WasmLocalDecl> Locals; global() member
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 560 bool Locals = options().getAttributeLocal(); in resolvePrinting() local
|
/llvm-project/lld/ELF/ |
H A D | Config.h | 66 enum class DiscardPolicy { Default, All, Locals, None }; global() enumerator
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 2835 expandMacro(raw_svector_ostream & OS,StringRef Body,ArrayRef<MCAsmMacroParameter> Parameters,ArrayRef<MCAsmMacroArgument> A,const std::vector<std::string> & Locals,SMLoc L) expandMacro() argument 5814 std::vector<std::string> Locals; parseDirectiveMacro() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 4297 SmallVector<llvm::Value*, 20> Locals; global() member in __anon5e07598a0811::FragileHazards [all...] |