Home
last modified time | relevance | path

Searched defs:isFunction (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h43 bool isFunction = false; member
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h44 bool isFunction() const { return Type == wasm::WASM_SYMBOL_TYPE_FUNCTION; } in isFunction() function
/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h131 bool isFunction() const { return GV == Kind::Function; } in isFunction() function
/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp583 bool ItaniumPartialDemangler::isFunction() const { in isFunction() function in ItaniumPartialDemangler
/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp419 addDefinedSymbol(StringRef Name,const GlobalValue * def,bool isFunction) addDefinedSymbol() argument
[all...]
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp435 bool NativeRawSymbol::isFunction() const { in isFunction() function in NativeRawSymbol
/llvm-project/flang/lib/Lower/
H A DConvertCall.cpp2306 ElementalIntrinsicCallBuilder(const Fortran::evaluate::SpecificIntrinsic * intrinsic,const fir::IntrinsicHandlerEntry & intrinsicEntry,bool isFunction) ElementalIntrinsicCallBuilder() argument
2367 const bool isFunction; global() member in __anoneb6c47651d11::ElementalIntrinsicCallBuilder
2582 const bool isFunction = callContext.resultType.has_value(); genIntrinsicRef() local
[all...]
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h184 bool isFunction() const { return result_ != nullptr; } in isFunction() function
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp966 bool DIARawSymbol::isFunction() const { in isFunction() function in DIARawSymbol
/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1240 Expected<bool> XCOFFSymbolRef::isFunction() const { isFunction() function in llvm::object::XCOFFSymbolRef
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp3635 bool isFunction{firstSpecific.test(Symbol::Flag::Function)}; CheckGenericProcedures() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9699 static bool isFunction(SDValue Op) { isFunction() function