HomeSort by relevance Sort by last modified time
    Searched defs:SymbolType (Results 1 - 22 of 22) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 93 enum SymbolType {
110 error_code getSymbolType(SymbolRef::SymbolType &Result) const;
235 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const = 0;
346 inline error_code SymbolRef::getSymbolType(SymbolRef::SymbolType &Result) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 34 enum class SymbolType {
42 WasmSymbol(StringRef Name, SymbolType Type) : Name(Name), Type(Type) {}
45 SymbolType Type;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Wasm.h 36 enum class SymbolType {
44 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
49 SymbolType Type;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Wasm.h 36 enum class SymbolType {
44 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
49 SymbolType Type;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 34 enum class SymbolType {
42 WasmSymbol(StringRef Name, SymbolType Type) : Name(Name), Type(Type) {}
45 SymbolType Type;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Wasm.h 36 enum class SymbolType {
44 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
49 SymbolType Type;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Wasm.h 36 enum class SymbolType {
44 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
49 SymbolType Type;
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 284 QualType SymbolType = LHS->getType();
286 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType);
290 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
295 if (RHS.isSigned() && !SymbolType->isSignedIntegerOrEnumerationType())
296 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Wasm.h 37 enum class SymbolType {
45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
51 SymbolType Type;
62 return Type == WasmSymbol::SymbolType::FUNCTION_IMPORT ||
63 Type == WasmSymbol::SymbolType::FUNCTION_EXPORT ||
64 Type == WasmSymbol::SymbolType::DEBUG_FUNCTION_NAME;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Wasm.h 37 enum class SymbolType {
45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
51 SymbolType Type;
62 return Type == WasmSymbol::SymbolType::FUNCTION_IMPORT ||
63 Type == WasmSymbol::SymbolType::FUNCTION_EXPORT ||
64 Type == WasmSymbol::SymbolType::DEBUG_FUNCTION_NAME;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Wasm.h 37 enum class SymbolType {
45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
51 SymbolType Type;
62 return Type == WasmSymbol::SymbolType::FUNCTION_IMPORT ||
63 Type == WasmSymbol::SymbolType::FUNCTION_EXPORT ||
64 Type == WasmSymbol::SymbolType::DEBUG_FUNCTION_NAME;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Wasm.h 37 enum class SymbolType {
45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
51 SymbolType Type;
62 return Type == WasmSymbol::SymbolType::FUNCTION_IMPORT ||
63 Type == WasmSymbol::SymbolType::FUNCTION_EXPORT ||
64 Type == WasmSymbol::SymbolType::DEBUG_FUNCTION_NAME;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Wasm.h 37 enum class SymbolType {
45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
51 SymbolType Type;
62 return Type == WasmSymbol::SymbolType::FUNCTION_IMPORT ||
63 Type == WasmSymbol::SymbolType::FUNCTION_EXPORT ||
64 Type == WasmSymbol::SymbolType::DEBUG_FUNCTION_NAME;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Wasm.h 37 enum class SymbolType {
45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
51 SymbolType Type;
62 return Type == WasmSymbol::SymbolType::FUNCTION_IMPORT ||
63 Type == WasmSymbol::SymbolType::FUNCTION_EXPORT ||
64 Type == WasmSymbol::SymbolType::DEBUG_FUNCTION_NAME;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Wasm.h 37 enum class SymbolType {
45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
51 SymbolType Type;
62 return Type == WasmSymbol::SymbolType::FUNCTION_IMPORT ||
63 Type == WasmSymbol::SymbolType::FUNCTION_EXPORT ||
64 Type == WasmSymbol::SymbolType::DEBUG_FUNCTION_NAME;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Wasm.h 37 enum class SymbolType {
45 WasmSymbol(StringRef Name, SymbolType Type, uint32_t Section,
51 SymbolType Type;
62 return Type == WasmSymbol::SymbolType::FUNCTION_IMPORT ||
63 Type == WasmSymbol::SymbolType::FUNCTION_EXPORT ||
64 Type == WasmSymbol::SymbolType::DEBUG_FUNCTION_NAME;
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 249 uint8_t SymbolType;
252 SymbolType = STT_NOTYPE;
255 SymbolType = STT_FUNC;
258 SymTab->createDefinedSym(FuncName, SymbolType, SymbolBinding, Section,
399 constexpr uint8_t SymbolType = STT_OBJECT;
412 SymTab->createDefinedSym(Name, SymbolType, SymbolBinding, Section,
608 constexpr uint8_t SymbolType = STT_OBJECT;
613 SymTab->createDefinedSym(JumpTableName, SymbolType, SymbolBinding, Section,
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 645 milliseconds