/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | shell.py | 13 def encode(command): function
|
H A D | report.py | 620 def encode_value(container, key, encode): argument
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | SourceLocationEncoding.h | 139 EncodedTy encode(SourceLocation Loc) { in encode() function 162 SourceLocationEncoding::encode(SourceLocation Loc, UIntTy BaseOffset, in encode() function
|
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | Header.cpp | 85 llvm::Error Header::encode(FileWriter &O) const { in encode() function in Header
|
H A D | FunctionInfo.cpp | 114 llvm::Expected<uint64_t> FunctionInfo::encode(FileWriter &Out) const { encode() function in FunctionInfo
|
H A D | InlineInfo.cpp | 229 llvm::Error InlineInfo::encode(FileWriter &O, uint64_t BaseAddr) const { encode() function in InlineInfo
|
H A D | LineTable.cpp | 122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode() function in LineTable
|
H A D | GsymCreator.cpp | 80 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode() function in GsymCreator
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ExpectedTypes.cpp | 65 std::optional<OpaqueType> OpaqueType::encode(ASTContext &Ctx, QualType T) { in encode() function in clang::clangd::OpaqueType
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Alignment.h | 217 inline unsigned encode(MaybeAlign A) { return A ? A->ShiftValue + 1 : 0; } in encode() function 230 inline unsigned encode(Align A) { return encode(MaybeAlign(A)); } in encode() function
|
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUAsmUtils.h | 45 unsigned encode(unsigned Val) const { return (Val & Mask) << Shift; } in encode() function
|
H A D | AMDGPUBaseInfo.h | 359 constexpr uint64_t encode() const { return Value; } encode() function 369 static constexpr uint64_t encode(Fields... Values) { encode() function 1099 constexpr uint64_t encode() const { return Value - 1; } encode() function
|
/llvm-project/openmp/runtime/src/ |
H A D | extractExternal.cpp | 194 __int64 encode(const string &str) { in encode() function in StringTable
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 376 encode = lambda x: x function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 689 void MCDwarfLineAddr::encode(MCContext &Context, MCDwarfLineTableParams Params, encode() function in MCDwarfLineAddr
|
/llvm-project/lld/MachO/ |
H A D | SyntheticSections.cpp | 1013 uint32_t LazyBindingSection::encode(const Symbol &sym) { encode() function in LazyBindingSection
|